#52CDFD

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

Shades of Maya Blue #52CDFD

Tints of Maya Blue #52CDFD

Color information

#52CDFD (or 0x52CDFD) is unknown color: approx Maya Blue. HEX triplet: 52, CD and FD. RGB value is (82,205,253). Sum of RGB (Red+Green+Blue) = 82+205+253=540 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.19% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #52CDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CDFD is #AD3202. Grayscale: #ADADAD. Windows color (decimal): -11350531 or 16633170. OLE color: 16633170.

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

Color convert

RGB82205253-
CMYK0.680.1900.01
HSL196.84º97.71%65.69%-
HSV(B)196.84º67.59%99.22%-
XYZ43.0452.55100.8-
YUV173.7172.7562.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.19%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 253 (99.22% from 255) = 46.85%
R=15.19%
G=37.96%
B=46.85%

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
Decimal822052530.680.1900.01196.8497.7165.69
Hex52CDFD441301c56242
Octal1223153751042301305142102
Binary10100101100110111111101100010010011011100010111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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