#66F1F9

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

Shades of Baby Blue #66F1F9

Tints of Baby Blue #66F1F9

Color information

#66F1F9 (or 0x66F1F9) is unknown color: approx Baby Blue. HEX triplet: 66, F1 and F9. RGB value is (102,241,249). Sum of RGB (Red+Green+Blue) = 102+241+249=592 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.23% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #66F1F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F1F9 is #990E06. Grayscale: #C8C8C8. Windows color (decimal): -10030599 or 16380262. OLE color: 16380262.

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

Color convert

RGB102241249-
CMYK0.590.0300.02
HSL183.27º92.45%68.82%-
HSV(B)183.27º59.04%97.65%-
XYZ54.0372.57100.78-
YUV200.35155.4557.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.23%
GREEN value IS 241 (94.53% from 255) = 40.71%
BLUE value IS 249 (97.66% from 255) = 42.06%
R=17.23%
G=40.71%
B=42.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022412490.590.0300.02183.2792.4568.82
Hex66F1F93B302b75c45
Octal14636137173302267134105
Binary11001101111000111111001111011110101011011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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