#52CEFD

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

Shades of Maya Blue #52CEFD

Tints of Maya Blue #52CEFD

Color information

#52CEFD (or 0x52CEFD) is unknown color: approx Maya Blue. HEX triplet: 52, CE and FD. RGB value is (82,206,253). Sum of RGB (Red+Green+Blue) = 82+206+253=541 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.16% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #52CEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CEFD is #AD3102. Grayscale: #ADADAD. Windows color (decimal): -11350275 or 16633426. OLE color: 16633426.

HSL color Cylindrical-coordinate representation of color #52CEFD: hue angle of 196.49º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52CEFD is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB82206253-
CMYK0.680.1900.01
HSL196.49º97.71%65.69%-
HSV(B)196.49º67.59%99.22%-
XYZ43.2853.03100.88-
YUV174.28172.4262.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.16%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=15.16%
G=38.08%
B=46.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal822062530.680.1900.01196.4997.7165.69
Hex52CEFD441301c46242
Octal1223163751042301304142102
Binary10100101100111011111101100010010011011100010011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,206,253); }

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

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

 a { background-color: rgb(82,206,253); }

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

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

 span { border-color: rgb(82,206,253); }

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