#66F3EB

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

Shades of Baby Blue #66F3EB

Tints of Baby Blue #66F3EB

Color information

#66F3EB (or 0x66F3EB) is unknown color: approx Baby Blue. HEX triplet: 66, F3 and EB. RGB value is (102,243,235). Sum of RGB (Red+Green+Blue) = 102+243+235=580 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.59% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #66F3EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F3EB is #990C14. Grayscale: #C7C7C7. Windows color (decimal): -10030101 or 15463270. OLE color: 15463270.

HSL color Cylindrical-coordinate representation of color #66F3EB: hue angle of 176.6º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F3EB is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB102243235-
CMYK0.5800.030.05
HSL176.6º85.45%67.65%-
HSV(B)176.6º58.02%95.29%-
XYZ52.5372.9289.9-
YUV199.93147.7958.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.59%
GREEN value IS 243 (95.31% from 255) = 41.90%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=17.59%
G=41.90%
B=40.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022432350.5800.030.05176.685.4567.65
Hex66F3EB3A035b15544
Octal14636335372035261125104
Binary110011011110011111010111110100111011011000110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,243,235); }

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

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

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

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

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

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

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