#66F9F2

Color #66F9F2 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #66F9F2

Tints of Baby Blue #66F9F2

Color information

#66F9F2 (or 0x66F9F2) is unknown color: approx Baby Blue. HEX triplet: 66, F9 and F2. RGB value is (102,249,242). Sum of RGB (Red+Green+Blue) = 102+249+242=593 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.20% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F9F2 is #99060D. Grayscale: #CCCCCC. Windows color (decimal): -10028558 or 15923558. OLE color: 15923558.

HSL color Cylindrical-coordinate representation of color #66F9F2: hue angle of 177.14º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F9F2 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB102249242-
CMYK0.5900.030.02
HSL177.14º92.45%68.82%-
HSV(B)177.14º59.04%97.65%-
XYZ55.3876.9995.95-
YUV204.25149.355.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 17.20%
GREEN value IS 249 (97.66% from 255) = 41.99%
BLUE value IS 242 (94.92% from 255) = 40.81%
R=17.20%
G=41.99%
B=40.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022492420.5900.030.02177.1492.4568.82
Hex66F9F23B032b15c45
Octal14637136273032261134105
Binary11001101111100111110010111011011101011000110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66F9F2; }

 p { color: rgb(102,249,242); }

 H1.HeaderClassName
 {
   color: #66F9F2;
 }
 .AnyTagClassName
 {
   color: #66F9F2;
 }
</style>
background-color css

<style>
 a { background-color: #66F9F2; }

 a { background-color: rgb(102,249,242); }

 div.DivClassName
 {
   background-color: #66F9F2;
 }
 .BgClassName
 {
   background-color: #66F9F2;
 }
</style>
border-color css

<style>
 span { border-color: #66F9F2; }

 span { border-color: rgb(102,249,242); }

 td.TdClassName
 {
   border-color: #66F9F2;
 }
 .TagClassName
 {
   border-color: #66F9F2;
 }
</style>