#52B5FE

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

Shades of Maya Blue #52B5FE

Tints of Maya Blue #52B5FE

Color information

#52B5FE (or 0x52B5FE) is unknown color: approx Maya Blue. HEX triplet: 52, B5 and FE. RGB value is (82,181,254). Sum of RGB (Red+Green+Blue) = 82+181+254=517 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.86% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #52B5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B5FE is #AD4A01. Grayscale: #9F9F9F. Windows color (decimal): -11356674 or 16692562. OLE color: 16692562.

HSL color Cylindrical-coordinate representation of color #52B5FE: hue angle of 205.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52B5FE is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB82181254-
CMYK0.680.2900.00
HSL205.47º98.85%65.88%-
HSV(B)205.47º67.72%99.61%-
XYZ37.894299.88-
YUV159.72181.272.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.86%
GREEN value IS 181 (71.09% from 255) = 35.01%
BLUE value IS 254 (99.61% from 255) = 49.13%
R=15.86%
G=35.01%
B=49.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal821812540.680.2900.00205.4798.8565.88
Hex52B5FE441D00cd6342
Octal1222653761043500315143102
Binary10100101011010111111110100010011101001100110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,181,254); }

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

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

 a { background-color: rgb(82,181,254); }

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

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

 span { border-color: rgb(82,181,254); }

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