Shades of Maya Blue #52C0FC
Tints of Maya Blue #52C0FC
RGB
CMYK
RGB Variations
Color information
#52C0FC (or 0x52C0FC) is known color: Maya Blue. HEX triplet: 52, C0 and FC. RGB value is (82,192,252). Sum of RGB (Red+Green+Blue) = 82+192+252=526 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.59% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #52C0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C0FC is #AD3F03. Grayscale: #A5A5A5. Windows color (decimal): -11353860 or 16564306. OLE color: 16564306.
HSL color Cylindrical-coordinate representation of color #52C0FC: hue angle of 201.18º 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 #52C0FC is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 192 | 252 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.01 |
| HSL | 201.18º | 0.97% | 0.65% | - |
| HSV(B) | 201.18º | 0.67% | 0.99% | - |
| XYZ | 39.9 | 46.52 | 98.97 | - |
| YUV | 165.95 | 176.56 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 252 | 0.67 | 0.24 | 0 | 0.01 | 201.18 | 0.97 | 0.65 |
| Hex | 52 | C0 | FC | 43 | 18 | 0 | 1 | C9 | 61 | 41 |
| Octal | 122 | 300 | 374 | 103 | 30 | 0 | 1 | 311 | 141 | 101 |
| Binary | 1010010 | 11000000 | 11111100 | 1000011 | 11000 | 0 | 1 | 11001001 | 1100001 | 1000001 |
Color Harmonies of #52C0FC
Complementary color
Monochromatic Colors of #52C0FC
Black with #52C0FC
Text Example
Text Example
White with #52C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C0FC; }
p { color: rgb(82,192,252); }
H1.HeaderClassName
{
color: #52C0FC;
}
.AnyTagClassName
{
color: #52C0FC;
}
</style>
background-color css
<style>
a { background-color: #52C0FC; }
a { background-color: rgb(82,192,252); }
div.DivClassName
{
background-color: #52C0FC;
}
.BgClassName
{
background-color: #52C0FC;
}
</style>
border-color css
<style>
span { border-color: #52C0FC; }
span { border-color: rgb(82,192,252); }
td.TdClassName
{
border-color: #52C0FC;
}
.TagClassName
{
border-color: #52C0FC;
}
</style>