#52EBFA

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

Shades of Baby Blue #52EBFA

Tints of Baby Blue #52EBFA

Color information

#52EBFA (or 0x52EBFA) is unknown color: approx Baby Blue. HEX triplet: 52, EB and FA. RGB value is (82,235,250). Sum of RGB (Red+Green+Blue) = 82+235+250=567 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.46% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #52EBFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EBFA is #AD1405. Grayscale: #BEBEBE. Windows color (decimal): -11342854 or 16444242. OLE color: 16444242.

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

Color convert

RGB82235250-
CMYK0.670.0600.02
HSL185.36º94.38%65.1%-
HSV(B)185.36º67.2%98.04%-
XYZ50.4468.11100.93-
YUV190.96161.3150.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.46%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=14.46%
G=41.45%
B=44.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal822352500.670.0600.02185.3694.3865.1
Hex52EBFA43602b95e41
Octal122353372103602271136101
Binary1010010111010111111101010000111100101011100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,235,250); }

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

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

 a { background-color: rgb(82,235,250); }

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

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

 span { border-color: rgb(82,235,250); }

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