Shades of Maya Blue #52C0FB
Tints of Maya Blue #52C0FB
RGB
CMYK
RGB Variations
Color information
#52C0FB (or 0x52C0FB) is known color: Maya Blue. HEX triplet: 52, C0 and FB. RGB value is (82,192,251). Sum of RGB (Red+Green+Blue) = 82+192+251=525 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.62% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #52C0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C0FB is #AD3F04. Grayscale: #A5A5A5. Windows color (decimal): -11353861 or 16498770. OLE color: 16498770.
HSL color Cylindrical-coordinate representation of color #52C0FB: hue angle of 200.95º degrees, saturation: 0.95, 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 #52C0FB is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 192 | 251 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.02 |
| HSL | 200.95º | 0.95% | 0.65% | - |
| HSV(B) | 200.95º | 0.67% | 0.98% | - |
| XYZ | 39.74 | 46.46 | 98.14 | - |
| YUV | 165.84 | 176.06 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 251 | 0.67 | 0.24 | 0 | 0.02 | 200.95 | 0.95 | 0.65 |
| Hex | 52 | C0 | FB | 43 | 18 | 0 | 2 | C9 | 5F | 41 |
| Octal | 122 | 300 | 373 | 103 | 30 | 0 | 2 | 311 | 137 | 101 |
| Binary | 1010010 | 11000000 | 11111011 | 1000011 | 11000 | 0 | 10 | 11001001 | 1011111 | 1000001 |
Color Harmonies of #52C0FB
Complementary color
Monochromatic Colors of #52C0FB
Black with #52C0FB
Text Example
Text Example
White with #52C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C0FB; }
p { color: rgb(82,192,251); }
H1.HeaderClassName
{
color: #52C0FB;
}
.AnyTagClassName
{
color: #52C0FB;
}
</style>
background-color css
<style>
a { background-color: #52C0FB; }
a { background-color: rgb(82,192,251); }
div.DivClassName
{
background-color: #52C0FB;
}
.BgClassName
{
background-color: #52C0FB;
}
</style>
border-color css
<style>
span { border-color: #52C0FB; }
span { border-color: rgb(82,192,251); }
td.TdClassName
{
border-color: #52C0FB;
}
.TagClassName
{
border-color: #52C0FB;
}
</style>