#52FEEA

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

Shades of Baby Blue #52FEEA

Tints of Baby Blue #52FEEA

Color information

#52FEEA (or 0x52FEEA) is unknown color: approx Baby Blue. HEX triplet: 52, FE and EA. RGB value is (82,254,234). Sum of RGB (Red+Green+Blue) = 82+254+234=570 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.39% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #52FEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FEEA is #AD0115. Grayscale: #C8C8C8. Windows color (decimal): -11338006 or 15400530. OLE color: 15400530.

HSL color Cylindrical-coordinate representation of color #52FEEA: hue angle of 173.02º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FEEA is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB82254234-
CMYK0.6800.080.00
HSL173.02º98.85%65.88%-
HSV(B)173.02º67.72%99.61%-
XYZ53.7778.6290.18-
YUV200.29147.0243.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.39%
GREEN value IS 254 (99.61% from 255) = 44.56%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=14.39%
G=44.56%
B=41.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal822542340.6800.080.00173.0298.8565.88
Hex52FEEA44080ad6342
Octal1223763521040100255143102
Binary1010010111111101110101010001000100001010110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52FEEA; }

 p { color: rgb(82,254,234); }

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

<style>
 a { background-color: #52FEEA; }

 a { background-color: rgb(82,254,234); }

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

<style>
 span { border-color: #52FEEA; }

 span { border-color: rgb(82,254,234); }

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