#52F7E9

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

Shades of Baby Blue #52F7E9

Tints of Baby Blue #52F7E9

Color information

#52F7E9 (or 0x52F7E9) is unknown color: approx Baby Blue. HEX triplet: 52, F7 and E9. RGB value is (82,247,233). Sum of RGB (Red+Green+Blue) = 82+247+233=562 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.59% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #52F7E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F7E9 is #AD0816. Grayscale: #C3C3C3. Windows color (decimal): -11339799 or 15333202. OLE color: 15333202.

HSL color Cylindrical-coordinate representation of color #52F7E9: hue angle of 174.91º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F7E9 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB82247233-
CMYK0.6700.060.03
HSL174.91º91.16%64.51%-
HSV(B)174.91º66.8%96.86%-
XYZ51.4574.288.7-
YUV196.07148.8446.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.59%
GREEN value IS 247 (96.88% from 255) = 43.95%
BLUE value IS 233 (91.41% from 255) = 41.46%
R=14.59%
G=43.95%
B=41.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal822472330.6700.060.03174.9191.1664.51
Hex52F7E943063af5b41
Octal122367351103063257133101
Binary1010010111101111110100110000110110111010111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,247,233); }

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

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

 a { background-color: rgb(82,247,233); }

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

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

 span { border-color: rgb(82,247,233); }

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