#52FCE7

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

Shades of Baby Blue #52FCE7

Tints of Baby Blue #52FCE7

Color information

#52FCE7 (or 0x52FCE7) is unknown color: approx Baby Blue. HEX triplet: 52, FC and E7. RGB value is (82,252,231). Sum of RGB (Red+Green+Blue) = 82+252+231=565 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.51% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FCE7 is #AD0318. Grayscale: #C6C6C6. Windows color (decimal): -11338521 or 15203410. OLE color: 15203410.

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

Color convert

RGB82252231-
CMYK0.6700.080.01
HSL172.59º96.59%65.49%-
HSV(B)172.59º67.46%98.82%-
XYZ52.7177.1887.72-
YUV198.78146.1844.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.51%
GREEN value IS 252 (98.83% from 255) = 44.60%
BLUE value IS 231 (90.62% from 255) = 40.88%
R=14.51%
G=44.60%
B=40.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal822522310.6700.080.01172.5996.5965.49
Hex52FCE743081ad6141
Octal1223743471030101255141101
Binary1010010111111001110011110000110100011010110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,252,231); }

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

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

 a { background-color: rgb(82,252,231); }

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

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

 span { border-color: rgb(82,252,231); }

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