#52C2FB

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

Shades of Maya Blue #52C2FB

Tints of Maya Blue #52C2FB

Color information

#52C2FB (or 0x52C2FB) is unknown color: approx Maya Blue. HEX triplet: 52, C2 and FB. RGB value is (82,194,251). Sum of RGB (Red+Green+Blue) = 82+194+251=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #52C2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C2FB is #AD3D04. Grayscale: #A6A6A6. Windows color (decimal): -11353349 or 16499282. OLE color: 16499282.

HSL color Cylindrical-coordinate representation of color #52C2FB: hue angle of 200.24º degrees, saturation: 0.95, 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 #52C2FB is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB82194251-
CMYK0.670.2300.02
HSL200.24º95.48%65.29%-
HSV(B)200.24º67.33%98.43%-
XYZ40.1847.3498.29-
YUV167.01175.3967.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.56%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 251 (98.44% from 255) = 47.63%
R=15.56%
G=36.81%
B=47.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal821942510.670.2300.02200.2495.4865.29
Hex52C2FB431702c85f41
Octal1223023731032702310137101
Binary101001011000010111110111000011101110101100100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,194,251); }

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

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

 a { background-color: rgb(82,194,251); }

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

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

 span { border-color: rgb(82,194,251); }

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