Shades of Maya Blue #52BDFF
Tints of Maya Blue #52BDFF
RGB
CMYK
RGB Variations
Color information
#52BDFF (or 0x52BDFF) is known color: Maya Blue. HEX triplet: 52, BD and FF. RGB value is (82,189,255). Sum of RGB (Red+Green+Blue) = 82+189+255=526 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.59% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #52BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BDFF is #AD4200. Grayscale: #A4A4A4. Windows color (decimal): -11354625 or 16760146. OLE color: 16760146.
HSL color Cylindrical-coordinate representation of color #52BDFF: hue angle of 202.89º 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 #52BDFF is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 189 | 255 | - |
| CMYK | 0.68 | 0.26 | 0 | 0 |
| HSL | 202.89º | 1% | 0.66% | - |
| HSV(B) | 202.89º | 0.68% | 1% | - |
| XYZ | 39.73 | 45.41 | 101.28 | - |
| YUV | 164.53 | 179.05 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 255 | 0.68 | 0.26 | 0 | 0 | 202.89 | 1 | 0.66 |
| Hex | 52 | BD | FF | 44 | 1A | 0 | 0 | CB | 64 | 42 |
| Octal | 122 | 275 | 377 | 104 | 32 | 0 | 0 | 313 | 144 | 102 |
| Binary | 1010010 | 10111101 | 11111111 | 1000100 | 11010 | 0 | 0 | 11001011 | 1100100 | 1000010 |
Color Harmonies of #52BDFF
Complementary color
Monochromatic Colors of #52BDFF
Black with #52BDFF
Text Example
Text Example
White with #52BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BDFF; }
p { color: rgb(82,189,255); }
H1.HeaderClassName
{
color: #52BDFF;
}
.AnyTagClassName
{
color: #52BDFF;
}
</style>
background-color css
<style>
a { background-color: #52BDFF; }
a { background-color: rgb(82,189,255); }
div.DivClassName
{
background-color: #52BDFF;
}
.BgClassName
{
background-color: #52BDFF;
}
</style>
border-color css
<style>
span { border-color: #52BDFF; }
span { border-color: rgb(82,189,255); }
td.TdClassName
{
border-color: #52BDFF;
}
.TagClassName
{
border-color: #52BDFF;
}
</style>