Shades of Maya Blue #52BDFE
Tints of Maya Blue #52BDFE
RGB
CMYK
RGB Variations
Color information
#52BDFE (or 0x52BDFE) is known color: Maya Blue. HEX triplet: 52, BD and FE. RGB value is (82,189,254). Sum of RGB (Red+Green+Blue) = 82+189+254=525 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.62% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #52BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BDFE is #AD4201. Grayscale: #A4A4A4. Windows color (decimal): -11354626 or 16694610. OLE color: 16694610.
HSL color Cylindrical-coordinate representation of color #52BDFE: hue angle of 202.67º 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 #52BDFE is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 189 | 254 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.00 |
| HSL | 202.67º | 0.99% | 0.66% | - |
| HSV(B) | 202.67º | 0.68% | 1% | - |
| XYZ | 39.57 | 45.34 | 100.43 | - |
| YUV | 164.42 | 178.55 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 254 | 0.68 | 0.26 | 0 | 0.00 | 202.67 | 0.99 | 0.66 |
| Hex | 52 | BD | FE | 44 | 1A | 0 | 0 | CB | 63 | 42 |
| Octal | 122 | 275 | 376 | 104 | 32 | 0 | 0 | 313 | 143 | 102 |
| Binary | 1010010 | 10111101 | 11111110 | 1000100 | 11010 | 0 | 0 | 11001011 | 1100011 | 1000010 |
Color Harmonies of #52BDFE
Complementary color
Monochromatic Colors of #52BDFE
Black with #52BDFE
Text Example
Text Example
White with #52BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BDFE; }
p { color: rgb(82,189,254); }
H1.HeaderClassName
{
color: #52BDFE;
}
.AnyTagClassName
{
color: #52BDFE;
}
</style>
background-color css
<style>
a { background-color: #52BDFE; }
a { background-color: rgb(82,189,254); }
div.DivClassName
{
background-color: #52BDFE;
}
.BgClassName
{
background-color: #52BDFE;
}
</style>
border-color css
<style>
span { border-color: #52BDFE; }
span { border-color: rgb(82,189,254); }
td.TdClassName
{
border-color: #52BDFE;
}
.TagClassName
{
border-color: #52BDFE;
}
</style>