Shades of Maya Blue #52BBFF
Tints of Maya Blue #52BBFF
RGB
CMYK
RGB Variations
Color information
#52BBFF (or 0x52BBFF) is known color: Maya Blue. HEX triplet: 52, BB and FF. RGB value is (82,187,255). Sum of RGB (Red+Green+Blue) = 82+187+255=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #52BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BBFF is #AD4400. Grayscale: #A2A2A2. Windows color (decimal): -11355137 or 16759634. OLE color: 16759634.
HSL color Cylindrical-coordinate representation of color #52BBFF: hue angle of 203.58º 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 #52BBFF is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 187 | 255 | - |
| CMYK | 0.68 | 0.27 | 0 | 0 |
| HSL | 203.58º | 1% | 0.66% | - |
| HSV(B) | 203.58º | 0.68% | 1% | - |
| XYZ | 39.3 | 44.55 | 101.14 | - |
| YUV | 163.36 | 179.71 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 255 | 0.68 | 0.27 | 0 | 0 | 203.58 | 1 | 0.66 |
| Hex | 52 | BB | FF | 44 | 1B | 0 | 0 | CC | 64 | 42 |
| Octal | 122 | 273 | 377 | 104 | 33 | 0 | 0 | 314 | 144 | 102 |
| Binary | 1010010 | 10111011 | 11111111 | 1000100 | 11011 | 0 | 0 | 11001100 | 1100100 | 1000010 |
Color Harmonies of #52BBFF
Complementary color
Monochromatic Colors of #52BBFF
Black with #52BBFF
Text Example
Text Example
White with #52BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BBFF; }
p { color: rgb(82,187,255); }
H1.HeaderClassName
{
color: #52BBFF;
}
.AnyTagClassName
{
color: #52BBFF;
}
</style>
background-color css
<style>
a { background-color: #52BBFF; }
a { background-color: rgb(82,187,255); }
div.DivClassName
{
background-color: #52BBFF;
}
.BgClassName
{
background-color: #52BBFF;
}
</style>
border-color css
<style>
span { border-color: #52BBFF; }
span { border-color: rgb(82,187,255); }
td.TdClassName
{
border-color: #52BBFF;
}
.TagClassName
{
border-color: #52BBFF;
}
</style>