#52F7EA

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

Shades of Baby Blue #52F7EA

Tints of Baby Blue #52F7EA

Color information

#52F7EA (or 0x52F7EA) is unknown color: approx Baby Blue. HEX triplet: 52, F7 and EA. RGB value is (82,247,234). Sum of RGB (Red+Green+Blue) = 82+247+234=563 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.56% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #52F7EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F7EA is #AD0815. Grayscale: #C4C4C4. Windows color (decimal): -11339798 or 15398738. OLE color: 15398738.

HSL color Cylindrical-coordinate representation of color #52F7EA: hue angle of 175.27º 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 #52F7EA is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB82247234-
CMYK0.6700.050.03
HSL175.27º91.16%64.51%-
HSV(B)175.27º66.8%96.86%-
XYZ51.5974.2689.46-
YUV196.18149.3446.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.56%
GREEN value IS 247 (96.88% from 255) = 43.87%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=14.56%
G=43.87%
B=41.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal822472340.6700.050.03175.2791.1664.51
Hex52F7EA43053af5b41
Octal122367352103053257133101
Binary1010010111101111110101010000110101111010111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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