#52BCFE

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

Shades of Maya Blue #52BCFE

Tints of Maya Blue #52BCFE

Color information

#52BCFE (or 0x52BCFE) is unknown color: approx Maya Blue. HEX triplet: 52, BC and FE. RGB value is (82,188,254). Sum of RGB (Red+Green+Blue) = 82+188+254=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #52BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BCFE is #AD4301. Grayscale: #A3A3A3. Windows color (decimal): -11354882 or 16694354. OLE color: 16694354.

HSL color Cylindrical-coordinate representation of color #52BCFE: hue angle of 203.02º 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 #52BCFE is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB82188254-
CMYK0.680.2600.00
HSL203.02º98.85%65.88%-
HSV(B)203.02º67.72%99.61%-
XYZ39.3544.92100.36-
YUV163.83178.8869.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.65%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 254 (99.61% from 255) = 48.47%
R=15.65%
G=35.88%
B=48.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal821882540.680.2600.00203.0298.8565.88
Hex52BCFE441A00cb6342
Octal1222743761043200313143102
Binary10100101011110011111110100010011010001100101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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