Shades of Maya Blue #52BCFC
Tints of Maya Blue #52BCFC
RGB
CMYK
RGB Variations
Color information
#52BCFC (or 0x52BCFC) is known color: Maya Blue. HEX triplet: 52, BC and FC. RGB value is (82,188,252). Sum of RGB (Red+Green+Blue) = 82+188+252=522 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.71% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #52BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BCFC is #AD4303. Grayscale: #A3A3A3. Windows color (decimal): -11354884 or 16563282. OLE color: 16563282.
HSL color Cylindrical-coordinate representation of color #52BCFC: hue angle of 202.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52BCFC is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 188 | 252 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.01 |
| HSL | 202.59º | 0.97% | 0.65% | - |
| HSV(B) | 202.59º | 0.67% | 0.99% | - |
| XYZ | 39.03 | 44.79 | 98.68 | - |
| YUV | 163.6 | 177.88 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 252 | 0.67 | 0.25 | 0 | 0.01 | 202.59 | 0.97 | 0.65 |
| Hex | 52 | BC | FC | 43 | 19 | 0 | 1 | CB | 61 | 41 |
| Octal | 122 | 274 | 374 | 103 | 31 | 0 | 1 | 313 | 141 | 101 |
| Binary | 1010010 | 10111100 | 11111100 | 1000011 | 11001 | 0 | 1 | 11001011 | 1100001 | 1000001 |
Color Harmonies of #52BCFC
Complementary color
Monochromatic Colors of #52BCFC
Black with #52BCFC
Text Example
Text Example
White with #52BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BCFC; }
p { color: rgb(82,188,252); }
H1.HeaderClassName
{
color: #52BCFC;
}
.AnyTagClassName
{
color: #52BCFC;
}
</style>
background-color css
<style>
a { background-color: #52BCFC; }
a { background-color: rgb(82,188,252); }
div.DivClassName
{
background-color: #52BCFC;
}
.BgClassName
{
background-color: #52BCFC;
}
</style>
border-color css
<style>
span { border-color: #52BCFC; }
span { border-color: rgb(82,188,252); }
td.TdClassName
{
border-color: #52BCFC;
}
.TagClassName
{
border-color: #52BCFC;
}
</style>