#66FFF5

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

Shades of Baby Blue #66FFF5

Tints of Baby Blue #66FFF5

Color information

#66FFF5 (or 0x66FFF5) is unknown color: approx Baby Blue. HEX triplet: 66, FF and F5. RGB value is (102,255,245). Sum of RGB (Red+Green+Blue) = 102+255+245=602 (79% of max value = 765). Red value is 102 (40.23% from 255 or 16.94% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 245 (96.09% from 255 or 40.70% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FFF5 is #99000A. Grayscale: #CFCFCF. Windows color (decimal): -10027019 or 16121702. OLE color: 16121702.

HSL color Cylindrical-coordinate representation of color #66FFF5: hue angle of 176.08º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFF5 is Cyan = 0.6, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB102255245-
CMYK0.600.040
HSL176.08º100%70%-
HSV(B)176.08º60%100%-
XYZ57.7280.9498.97-
YUV208.11148.8152.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 16.94%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 245 (96.09% from 255) = 40.70%
R=16.94%
G=42.36%
B=40.70%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022552450.600.040176.0810070
Hex66FFF53C040b06446
Octal14637736574040260144106
Binary11001101111111111110101111100010001011000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,255,245); }

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

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

 a { background-color: rgb(102,255,245); }

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

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

 span { border-color: rgb(102,255,245); }

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