COLOR #6EEEFF

HEX: #6EEEFF
RGB: (110,238,255)

Color info

#6EEEFF contains mainly green and blue colors. Web safe color of #6EEEFF is #66FFFF (or #6FF).

RGB color model

#6EEEFF color RGB value is (110,238,255).

  • red value is 110;
  • green value is 238;
  • blue value is 255.
RGB:
(110,238,255)
(43%,93%,100%)

RGB channels and saturation

R 110 of 255 = 43%
G 238 of 255 = 93%
B 255 of 255 = 100%

110
238
255

R + G + B ~ 79%. #6EEEFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 238 + 255 = 603 (100%)
R 110 of 603 ~ 18.24%
G 238 of 603 ~ 39.47%
B 255 of 603 ~ 42.29%

%18.24
%39.47
%42.29

CMYK color model

#6EEEFF color CMYK value is (57,7,0,0).

  • cyan value is 56.86%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(57,7,0,0)
C57M7Y0K0 
(57%,7%,0%,0%)
(0.57/0.07/0.00/0.00)	

CMYK percentages

%56.86
%6.67
%0
%0

Codes

Color #6EEEFF in popluar color models

6EEEFF
RGB110238255
HSL187°100.00%71.57%
HSB/HSV187°56.86%100.00%
CMYK56.86%6.67%0.00%
0.00%

Color #6EEEFF in popluar number systems.

HEX6EEEFF
Decimal110238255
Binary11011101110111011111111
Octal156356377

Shades and tints

Shades of #6EEEFF

#6EEEFF
(110,238,255)
#64D9E8
(100,217,232)
#5AC4D1
(90,196,209)
#50AFBA
(80,175,186)
#469AA3
(70,154,163)
#3C858C
(60,133,140)
#327075
(50,112,117)
#285B5E
(40,91,94)
#1E4647
(30,70,71)
#143130
(20,49,48)
#0A1C19
(10,28,25)
#000000
(0,0,0)

Tints of #6EEEFF

#6EEEFF
(110,238,255)
#7BEFFF
(123,239,255)
#88F0FF
(136,240,255)
#95F1FF
(149,241,255)
#A2F2FF
(162,242,255)
#AFF3FF
(175,243,255)
#BCF4FF
(188,244,255)
#C9F5FF
(201,245,255)
#D6F6FF
(214,246,255)
#E3F7FF
(227,247,255)
#F0F8FF
(240,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EEEFF color. Also use rgb(110,238,255) instead hex code.

Text Font Color

.myTextColor { color: #6EEEFF; }

<p style="color:#6EEEFF">This sample text font color is #6EEEFF.</p>

This text font color is #6EEEFF.


Background Color

.myBgColor { background-color: #6EEEFF; }

<div style="background-color:#6EEEFF">Inner text</div>

This div background color is #6EEEFF.


Border color

.myBorderColor { border: 1px solid #6EEEFF; }

<div style="border:3px solid #6EEEFF">Div</div>

This div border color is #6EEEFF.


Opacity

.myOpacity80 { color: #6EEEFF; opacity: 0.8; }

<p style="color:#6EEEFF;opacity:0.8;">80%</p>

Text with #6EEEFF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6EEEFF;}

<p style="text-shadow: 3px 3px 1px #6EEEFF">Text here.</p>

This text has shadow with #6EEEFF color.

.textShadow {text-shadow: 3px 3px 1px #6EEEFF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6EEEFF, 5px 5px 20px red">Text here.</p>

This text has shadow with #6EEEFF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EEEFF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6EEEFF, Direction=45, Strength=4)">Text</p>

This text has shadow with #6EEEFF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6EEEFF;
  -webkit-box-shadow:	1px 1px 3px 2px #6EEEFF;
  box-shadow:		1px 1px 3px 2px #6EEEFF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EEEFF;
-webkit-box-shadow: 1px 1px 3px 2px #6EEEFF;
box-shadow:1px 1px 3px 2px #6EEEFF;">
Div content here</div>
This div box has shadow with color #6EEEFF.

Preview

Color preview on black background

This text has color #6EEEFF on black background.


Color preview on white background

This text has color #6EEEFF on white background.



Black color preview on #6EEEFF background

This text has black color on #6EEEFF background.


White color preview on #6EEEFF background

This text has white color on #6EEEFF background.