Shades of Maya Blue #52BAFE
Tints of Maya Blue #52BAFE
RGB
CMYK
RGB Variations
Color information
#52BAFE (or 0x52BAFE) is known color: Maya Blue. HEX triplet: 52, BA and FE. RGB value is (82,186,254). Sum of RGB (Red+Green+Blue) = 82+186+254=522 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.71% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #52BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BAFE is #AD4501. Grayscale: #A2A2A2. Windows color (decimal): -11355394 or 16693842. OLE color: 16693842.
HSL color Cylindrical-coordinate representation of color #52BAFE: hue angle of 203.72º 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 #52BAFE is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 186 | 254 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.00 |
| HSL | 203.72º | 0.99% | 0.66% | - |
| HSV(B) | 203.72º | 0.68% | 1% | - |
| XYZ | 38.93 | 44.07 | 100.22 | - |
| YUV | 162.66 | 179.54 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 254 | 0.68 | 0.27 | 0 | 0.00 | 203.72 | 0.99 | 0.66 |
| Hex | 52 | BA | FE | 44 | 1B | 0 | 0 | CC | 63 | 42 |
| Octal | 122 | 272 | 376 | 104 | 33 | 0 | 0 | 314 | 143 | 102 |
| Binary | 1010010 | 10111010 | 11111110 | 1000100 | 11011 | 0 | 0 | 11001100 | 1100011 | 1000010 |
Color Harmonies of #52BAFE
Complementary color
Monochromatic Colors of #52BAFE
Black with #52BAFE
Text Example
Text Example
White with #52BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BAFE; }
p { color: rgb(82,186,254); }
H1.HeaderClassName
{
color: #52BAFE;
}
.AnyTagClassName
{
color: #52BAFE;
}
</style>
background-color css
<style>
a { background-color: #52BAFE; }
a { background-color: rgb(82,186,254); }
div.DivClassName
{
background-color: #52BAFE;
}
.BgClassName
{
background-color: #52BAFE;
}
</style>
border-color css
<style>
span { border-color: #52BAFE; }
span { border-color: rgb(82,186,254); }
td.TdClassName
{
border-color: #52BAFE;
}
.TagClassName
{
border-color: #52BAFE;
}
</style>