#66F0F9

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

Shades of Baby Blue #66F0F9

Tints of Baby Blue #66F0F9

Color information

#66F0F9 (or 0x66F0F9) is unknown color: approx Baby Blue. HEX triplet: 66, F0 and F9. RGB value is (102,240,249). Sum of RGB (Red+Green+Blue) = 102+240+249=591 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.26% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #66F0F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F0F9 is #990F06. Grayscale: #C7C7C7. Windows color (decimal): -10030855 or 16380006. OLE color: 16380006.

HSL color Cylindrical-coordinate representation of color #66F0F9: hue angle of 183.67º 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 #66F0F9 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB102240249-
CMYK0.590.0400.02
HSL183.67º92.45%68.82%-
HSV(B)183.67º59.04%97.65%-
XYZ53.7471.98100.68-
YUV199.76155.7858.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.26%
GREEN value IS 240 (94.14% from 255) = 40.61%
BLUE value IS 249 (97.66% from 255) = 42.13%
R=17.26%
G=40.61%
B=42.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022402490.590.0400.02183.6792.4568.82
Hex66F0F93B402b85c45
Octal14636037173402270134105
Binary110011011110000111110011110111000101011100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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