#52CEFB

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

Shades of Maya Blue #52CEFB

Tints of Maya Blue #52CEFB

Color information

#52CEFB (or 0x52CEFB) is unknown color: approx Maya Blue. HEX triplet: 52, CE and FB. RGB value is (82,206,251). Sum of RGB (Red+Green+Blue) = 82+206+251=539 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.21% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #52CEFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CEFB is #AD3104. Grayscale: #ADADAD. Windows color (decimal): -11350277 or 16502354. OLE color: 16502354.

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

Color convert

RGB82206251-
CMYK0.670.1800.02
HSL195.98º95.48%65.29%-
HSV(B)195.98º67.33%98.43%-
XYZ42.9652.999.21-
YUV174.05171.4262.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.21%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 251 (98.44% from 255) = 46.57%
R=15.21%
G=38.22%
B=46.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal822062510.670.1800.02195.9895.4865.29
Hex52CEFB431202c45f41
Octal1223163731032202304137101
Binary101001011001110111110111000011100100101100010010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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