Shades of Maya Blue #52B9FF
Tints of Maya Blue #52B9FF
RGB
CMYK
RGB Variations
Color information
#52B9FF (or 0x52B9FF) is known color: Maya Blue. HEX triplet: 52, B9 and FF. RGB value is (82,185,255). Sum of RGB (Red+Green+Blue) = 82+185+255=522 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.71% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #52B9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B9FF is #AD4600. Grayscale: #A1A1A1. Windows color (decimal): -11355649 or 16759122. OLE color: 16759122.
HSL color Cylindrical-coordinate representation of color #52B9FF: hue angle of 204.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52B9FF is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 185 | 255 | - |
| CMYK | 0.68 | 0.27 | 0 | 0 |
| HSL | 204.28º | 1% | 0.66% | - |
| HSV(B) | 204.28º | 0.68% | 1% | - |
| XYZ | 38.88 | 43.71 | 101 | - |
| YUV | 162.18 | 180.38 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 185 | 255 | 0.68 | 0.27 | 0 | 0 | 204.28 | 1 | 0.66 |
| Hex | 52 | B9 | FF | 44 | 1B | 0 | 0 | CC | 64 | 42 |
| Octal | 122 | 271 | 377 | 104 | 33 | 0 | 0 | 314 | 144 | 102 |
| Binary | 1010010 | 10111001 | 11111111 | 1000100 | 11011 | 0 | 0 | 11001100 | 1100100 | 1000010 |
Color Harmonies of #52B9FF
Complementary color
Monochromatic Colors of #52B9FF
Black with #52B9FF
Text Example
Text Example
White with #52B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B9FF; }
p { color: rgb(82,185,255); }
H1.HeaderClassName
{
color: #52B9FF;
}
.AnyTagClassName
{
color: #52B9FF;
}
</style>
background-color css
<style>
a { background-color: #52B9FF; }
a { background-color: rgb(82,185,255); }
div.DivClassName
{
background-color: #52B9FF;
}
.BgClassName
{
background-color: #52B9FF;
}
</style>
border-color css
<style>
span { border-color: #52B9FF; }
span { border-color: rgb(82,185,255); }
td.TdClassName
{
border-color: #52B9FF;
}
.TagClassName
{
border-color: #52B9FF;
}
</style>