COLOR #66D2F0

HEX: #66D2F0
RGB: (102,210,240)

Color info

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

RGB color model

#66D2F0 color RGB value is (102,210,240).

  • red value is 102;
  • green value is 210;
  • blue value is 240.
RGB:
(102,210,240)
(40%,82%,94%)

RGB channels and saturation

R 102 of 255 = 40%
G 210 of 255 = 82%
B 240 of 255 = 94%

102
210
240

R + G + B ~ 72%. #66D2F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 210 + 240 = 552 (100%)
R 102 of 552 ~ 18.48%
G 210 of 552 ~ 38.04%
B 240 of 552 ~ 43.48%

%18.48
%38.04
%43.48

CMYK color model

#66D2F0 color CMYK value is (58,13,0,6).

  • cyan value is 57.50%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(58,13,0,6)
C58M13Y0K6 
(58%,13%,0%,6%)
(0.58/0.13/0.00/0.06)	

CMYK percentages

%57.5
%12.5
%0
%5.88

Codes

Color #66D2F0 in popluar color models

66D2F0
RGB102210240
HSL193°82.14%67.06%
HSB/HSV193°57.50%94.12%
CMYK57.50%12.50%0.00%
5.88%

Color #66D2F0 in popluar number systems.

HEX66D2F0
Decimal102210240
Binary11001101101001011110000
Octal146322360

Shades and tints

Shades of #66D2F0

#66D2F0
(102,210,240)
#5DBFDB
(93,191,219)
#54ACC6
(84,172,198)
#4B99B1
(75,153,177)
#42869C
(66,134,156)
#397387
(57,115,135)
#306072
(48,96,114)
#274D5D
(39,77,93)
#1E3A48
(30,58,72)
#152733
(21,39,51)
#0C141E
(12,20,30)
#000000
(0,0,0)

Tints of #66D2F0

#66D2F0
(102,210,240)
#73D6F1
(115,214,241)
#80DAF2
(128,218,242)
#8DDEF3
(141,222,243)
#9AE2F4
(154,226,244)
#A7E6F5
(167,230,245)
#B4EAF6
(180,234,246)
#C1EEF7
(193,238,247)
#CEF2F8
(206,242,248)
#DBF6F9
(219,246,249)
#E8FAFA
(232,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66D2F0 color. Also use rgb(102,210,240) instead hex code.

Text Font Color

.myTextColor { color: #66D2F0; }

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

This text font color is #66D2F0.


Background Color

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

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

This div background color is #66D2F0.


Border color

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

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

This div border color is #66D2F0.


Opacity

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

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

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

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

This text has shadow with #66D2F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66D2F0 on black background.


Color preview on white background

This text has color #66D2F0 on white background.



Black color preview on #66D2F0 background

This text has black color on #66D2F0 background.


White color preview on #66D2F0 background

This text has white color on #66D2F0 background.