Shades of Maya Blue #52C9FC
Tints of Maya Blue #52C9FC
RGB
CMYK
RGB Variations
Color information
#52C9FC (or 0x52C9FC) is known color: Maya Blue. HEX triplet: 52, C9 and FC. RGB value is (82,201,252). Sum of RGB (Red+Green+Blue) = 82+201+252=535 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.33% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #52C9FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C9FC is #AD3603. Grayscale: #AAAAAA. Windows color (decimal): -11351556 or 16566610. OLE color: 16566610.
HSL color Cylindrical-coordinate representation of color #52C9FC: hue angle of 198º 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 #52C9FC is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 201 | 252 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.01 |
| HSL | 198º | 0.97% | 0.65% | - |
| HSV(B) | 198º | 0.67% | 0.99% | - |
| XYZ | 41.94 | 50.6 | 99.65 | - |
| YUV | 171.23 | 173.58 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 252 | 0.67 | 0.20 | 0 | 0.01 | 198 | 0.97 | 0.65 |
| Hex | 52 | C9 | FC | 43 | 14 | 0 | 1 | C6 | 61 | 41 |
| Octal | 122 | 311 | 374 | 103 | 24 | 0 | 1 | 306 | 141 | 101 |
| Binary | 1010010 | 11001001 | 11111100 | 1000011 | 10100 | 0 | 1 | 11000110 | 1100001 | 1000001 |
Color Harmonies of #52C9FC
Complementary color
Monochromatic Colors of #52C9FC
Black with #52C9FC
Text Example
Text Example
White with #52C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C9FC; }
p { color: rgb(82,201,252); }
H1.HeaderClassName
{
color: #52C9FC;
}
.AnyTagClassName
{
color: #52C9FC;
}
</style>
background-color css
<style>
a { background-color: #52C9FC; }
a { background-color: rgb(82,201,252); }
div.DivClassName
{
background-color: #52C9FC;
}
.BgClassName
{
background-color: #52C9FC;
}
</style>
border-color css
<style>
span { border-color: #52C9FC; }
span { border-color: rgb(82,201,252); }
td.TdClassName
{
border-color: #52C9FC;
}
.TagClassName
{
border-color: #52C9FC;
}
</style>