#52C3FC

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

Shades of Maya Blue #52C3FC

Tints of Maya Blue #52C3FC

Color information

#52C3FC (or 0x52C3FC) is unknown color: approx Maya Blue. HEX triplet: 52, C3 and FC. RGB value is (82,195,252). Sum of RGB (Red+Green+Blue) = 82+195+252=529 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.50% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #52C3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C3FC is #AD3C03. Grayscale: #A7A7A7. Windows color (decimal): -11353092 or 16565074. OLE color: 16565074.

HSL color Cylindrical-coordinate representation of color #52C3FC: hue angle of 200.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C3FC is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB82195252-
CMYK0.670.2300.01
HSL200.12º96.59%65.49%-
HSV(B)200.12º67.46%98.82%-
XYZ40.5747.8599.19-
YUV167.71175.5666.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.50%
GREEN value IS 195 (76.56% from 255) = 36.86%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=15.50%
G=36.86%
B=47.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal821952520.670.2300.01200.1296.5965.49
Hex52C3FC431701c86141
Octal1223033741032701310141101
Binary10100101100001111111100100001110111011100100011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,195,252); }

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

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

 a { background-color: rgb(82,195,252); }

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

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

 span { border-color: rgb(82,195,252); }

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