#52CFFD

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

Shades of Maya Blue #52CFFD

Tints of Maya Blue #52CFFD

Color information

#52CFFD (or 0x52CFFD) is unknown color: approx Maya Blue. HEX triplet: 52, CF and FD. RGB value is (82,207,253). Sum of RGB (Red+Green+Blue) = 82+207+253=542 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.13% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #52CFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CFFD is #AD3002. Grayscale: #AEAEAE. Windows color (decimal): -11350019 or 16633682. OLE color: 16633682.

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

Color convert

RGB82207253-
CMYK0.680.1800.01
HSL196.14º97.71%65.69%-
HSV(B)196.14º67.59%99.22%-
XYZ43.5253.51100.96-
YUV174.87172.0961.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.13%
GREEN value IS 207 (81.25% from 255) = 38.19%
BLUE value IS 253 (99.22% from 255) = 46.68%
R=15.13%
G=38.19%
B=46.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal822072530.680.1800.01196.1497.7165.69
Hex52CFFD441201c46242
Octal1223173751042201304142102
Binary10100101100111111111101100010010010011100010011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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