#52EAFE

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

Shades of Baby Blue #52EAFE

Tints of Baby Blue #52EAFE

Color information

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

HSL color Cylindrical-coordinate representation of color #52EAFE: hue angle of 186.98º 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 #52EAFE is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB82234254-
CMYK0.680.0800.00
HSL186.98º98.85%65.88%-
HSV(B)186.98º67.72%99.61%-
XYZ50.7967.8104.17-
YUV190.83163.6450.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal822342540.680.0800.00186.9898.8565.88
Hex52EAFE44800bb6342
Octal1223523761041000273143102
Binary1010010111010101111111010001001000001011101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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