#66FBF0

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

Shades of Baby Blue #66FBF0

Tints of Baby Blue #66FBF0

Color information

#66FBF0 (or 0x66FBF0) is unknown color: approx Baby Blue. HEX triplet: 66, FB and F0. RGB value is (102,251,240). Sum of RGB (Red+Green+Blue) = 102+251+240=593 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.20% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #66FBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FBF0 is #99040F. Grayscale: #CDCDCD. Windows color (decimal): -10028048 or 15792998. OLE color: 15792998.

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

Color convert

RGB102251240-
CMYK0.5900.040.02
HSL175.57º94.9%69.22%-
HSV(B)175.57º59.36%98.43%-
XYZ55.778.1194.58-
YUV205.2147.6454.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.20%
GREEN value IS 251 (98.44% from 255) = 42.33%
BLUE value IS 240 (94.14% from 255) = 40.47%
R=17.20%
G=42.33%
B=40.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022512400.5900.040.02175.5794.969.22
Hex66FBF03B042b05f45
Octal14637336073042260137105
Binary110011011111011111100001110110100101011000010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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