#66F6F6

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

Shades of Baby Blue #66F6F6

Tints of Baby Blue #66F6F6

Color information

#66F6F6 (or 0x66F6F6) is unknown color: approx Baby Blue. HEX triplet: 66, F6 and F6. RGB value is (102,246,246). Sum of RGB (Red+Green+Blue) = 102+246+246=594 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.17% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: green, blue. Hex color #66F6F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F6F6 is #990909. Grayscale: #CACACA. Windows color (decimal): -10029322 or 16184934. OLE color: 16184934.

HSL color Cylindrical-coordinate representation of color #66F6F6: hue angle of 180º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F6F6 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102246246-
CMYK0.59000.04
HSL180º88.89%68.24%-
HSV(B)180º58.54%96.47%-
XYZ55.0775.3998.84-
YUV202.94152.2956-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.17%
GREEN value IS 246 (96.48% from 255) = 41.41%
BLUE value IS 246 (96.48% from 255) = 41.41%
R=17.17%
G=41.41%
B=41.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022462460.59000.0418088.8968.24
Hex66F6F63B004b45944
Octal14636636673004264131104
Binary11001101111011011110110111011001001011010010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,246,246); }

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

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

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

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

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

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

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