#66F1FB

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

Shades of Baby Blue #66F1FB

Tints of Baby Blue #66F1FB

Color information

#66F1FB (or 0x66F1FB) is unknown color: approx Baby Blue. HEX triplet: 66, F1 and FB. RGB value is (102,241,251). Sum of RGB (Red+Green+Blue) = 102+241+251=594 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.17% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #66F1FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F1FB is #990E04. Grayscale: #C8C8C8. Windows color (decimal): -10030597 or 16511334. OLE color: 16511334.

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

Color convert

RGB102241251-
CMYK0.590.0400.02
HSL184.03º94.9%69.22%-
HSV(B)184.03º59.36%98.43%-
XYZ54.3572.7102.43-
YUV200.58156.4557.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.17%
GREEN value IS 241 (94.53% from 255) = 40.57%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=17.17%
G=40.57%
B=42.26%

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
Decimal1022412510.590.0400.02184.0394.969.22
Hex66F1FB3B402b85f45
Octal14636137373402270137105
Binary110011011110001111110111110111000101011100010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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