#52C1FB

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

Shades of Maya Blue #52C1FB

Tints of Maya Blue #52C1FB

Color information

#52C1FB (or 0x52C1FB) is unknown color: approx Maya Blue. HEX triplet: 52, C1 and FB. RGB value is (82,193,251). Sum of RGB (Red+Green+Blue) = 82+193+251=526 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.59% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #52C1FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C1FB is #AD3E04. Grayscale: #A6A6A6. Windows color (decimal): -11353605 or 16499026. OLE color: 16499026.

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

Color convert

RGB82193251-
CMYK0.670.2300.02
HSL200.59º95.48%65.29%-
HSV(B)200.59º67.33%98.43%-
XYZ39.9646.998.21-
YUV166.42175.7367.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.59%
GREEN value IS 193 (75.78% from 255) = 36.69%
BLUE value IS 251 (98.44% from 255) = 47.72%
R=15.59%
G=36.69%
B=47.72%

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
Decimal821932510.670.2300.02200.5995.4865.29
Hex52C1FB431702c95f41
Octal1223013731032702311137101
Binary101001011000001111110111000011101110101100100110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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