Shades of Maya Blue #52C5FA
Tints of Maya Blue #52C5FA
RGB
CMYK
RGB Variations
Color information
#52C5FA (or 0x52C5FA) is known color: Maya Blue. HEX triplet: 52, C5 and FA. RGB value is (82,197,250). Sum of RGB (Red+Green+Blue) = 82+197+250=529 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.50% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #52C5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C5FA is #AD3A05. Grayscale: #A8A8A8. Windows color (decimal): -11352582 or 16434514. OLE color: 16434514.
HSL color Cylindrical-coordinate representation of color #52C5FA: hue angle of 198.93º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C5FA is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 197 | 250 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.02 |
| HSL | 198.93º | 0.94% | 0.65% | - |
| HSV(B) | 198.93º | 0.67% | 0.98% | - |
| XYZ | 40.7 | 48.63 | 97.68 | - |
| YUV | 168.66 | 173.9 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 250 | 0.67 | 0.21 | 0 | 0.02 | 198.93 | 0.94 | 0.65 |
| Hex | 52 | C5 | FA | 43 | 15 | 0 | 2 | C7 | 5E | 41 |
| Octal | 122 | 305 | 372 | 103 | 25 | 0 | 2 | 307 | 136 | 101 |
| Binary | 1010010 | 11000101 | 11111010 | 1000011 | 10101 | 0 | 10 | 11000111 | 1011110 | 1000001 |
Color Harmonies of #52C5FA
Complementary color
Monochromatic Colors of #52C5FA
Black with #52C5FA
Text Example
Text Example
White with #52C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C5FA; }
p { color: rgb(82,197,250); }
H1.HeaderClassName
{
color: #52C5FA;
}
.AnyTagClassName
{
color: #52C5FA;
}
</style>
background-color css
<style>
a { background-color: #52C5FA; }
a { background-color: rgb(82,197,250); }
div.DivClassName
{
background-color: #52C5FA;
}
.BgClassName
{
background-color: #52C5FA;
}
</style>
border-color css
<style>
span { border-color: #52C5FA; }
span { border-color: rgb(82,197,250); }
td.TdClassName
{
border-color: #52C5FA;
}
.TagClassName
{
border-color: #52C5FA;
}
</style>