COLOR #66E5F8

HEX: #66E5F8
RGB: (102,229,248)

Color info

#66E5F8 contains mainly green and blue colors. Web safe color of #66E5F8 is #66CCFF (or #6CF).

RGB color model

#66E5F8 color RGB value is (102,229,248).

  • red value is 102;
  • green value is 229;
  • blue value is 248.
RGB:
(102,229,248)
(40%,90%,97%)

RGB channels and saturation

R 102 of 255 = 40%
G 229 of 255 = 90%
B 248 of 255 = 97%

102
229
248

R + G + B ~ 76%. #66E5F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 229 + 248 = 579 (100%)
R 102 of 579 ~ 17.62%
G 229 of 579 ~ 39.55%
B 248 of 579 ~ 42.83%

%17.62
%39.55
%42.83

CMYK color model

#66E5F8 color CMYK value is (59,8,0,3).

  • cyan value is 58.87%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(59,8,0,3)
C59M8Y0K3 
(59%,8%,0%,3%)
(0.59/0.08/0.00/0.03)	

CMYK percentages

%58.87
%7.66
%0
%2.75

Codes

Color #66E5F8 in popluar color models

66E5F8
RGB102229248
HSL188°91.25%68.63%
HSB/HSV188°58.87%97.25%
CMYK58.87%7.66%0.00%
2.75%

Color #66E5F8 in popluar number systems.

HEX66E5F8
Decimal102229248
Binary11001101110010111111000
Octal146345370

Shades and tints

Shades of #66E5F8

#66E5F8
(102,229,248)
#5DD1E2
(93,209,226)
#54BDCC
(84,189,204)
#4BA9B6
(75,169,182)
#4295A0
(66,149,160)
#39818A
(57,129,138)
#306D74
(48,109,116)
#27595E
(39,89,94)
#1E4548
(30,69,72)
#153132
(21,49,50)
#0C1D1C
(12,29,28)
#000000
(0,0,0)

Tints of #66E5F8

#66E5F8
(102,229,248)
#73E7F8
(115,231,248)
#80E9F8
(128,233,248)
#8DEBF8
(141,235,248)
#9AEDF8
(154,237,248)
#A7EFF8
(167,239,248)
#B4F1F8
(180,241,248)
#C1F3F8
(193,243,248)
#CEF5F8
(206,245,248)
#DBF7F8
(219,247,248)
#E8F9F8
(232,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66E5F8 color. Also use rgb(102,229,248) instead hex code.

Text Font Color

.myTextColor { color: #66E5F8; }

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

This text font color is #66E5F8.


Background Color

.myBgColor { background-color: #66E5F8; }

<div style="background-color:#66E5F8">Inner text</div>

This div background color is #66E5F8.


Border color

.myBorderColor { border: 1px solid #66E5F8; }

<div style="border:3px solid #66E5F8">Div</div>

This div border color is #66E5F8.


Opacity

.myOpacity80 { color: #66E5F8; opacity: 0.8; }

<p style="color:#66E5F8;opacity:0.8;">80%</p>

Text with #66E5F8 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 #66E5F8;}

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

This text has shadow with #66E5F8 color.

.textShadow {text-shadow: 3px 3px 1px #66E5F8, 3px 3px 1px red;}

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

This text has shadow with #66E5F8 primary color and red secondary color.


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

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

This text has shadow with #66E5F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66E5F8 on black background.


Color preview on white background

This text has color #66E5F8 on white background.



Black color preview on #66E5F8 background

This text has black color on #66E5F8 background.


White color preview on #66E5F8 background

This text has white color on #66E5F8 background.