Shades of Maya Blue #52C8FB
Tints of Maya Blue #52C8FB
RGB
CMYK
RGB Variations
Color information
#52C8FB (or 0x52C8FB) is known color: Maya Blue. HEX triplet: 52, C8 and FB. RGB value is (82,200,251). Sum of RGB (Red+Green+Blue) = 82+200+251=533 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.38% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #52C8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C8FB is #AD3704. Grayscale: #AAAAAA. Windows color (decimal): -11351813 or 16500818. OLE color: 16500818.
HSL color Cylindrical-coordinate representation of color #52C8FB: hue angle of 198.11º 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 #52C8FB is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 200 | 251 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.02 |
| HSL | 198.11º | 0.95% | 0.65% | - |
| HSV(B) | 198.11º | 0.67% | 0.98% | - |
| XYZ | 41.55 | 50.07 | 98.74 | - |
| YUV | 170.53 | 173.41 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 251 | 0.67 | 0.20 | 0 | 0.02 | 198.11 | 0.95 | 0.65 |
| Hex | 52 | C8 | FB | 43 | 14 | 0 | 2 | C6 | 5F | 41 |
| Octal | 122 | 310 | 373 | 103 | 24 | 0 | 2 | 306 | 137 | 101 |
| Binary | 1010010 | 11001000 | 11111011 | 1000011 | 10100 | 0 | 10 | 11000110 | 1011111 | 1000001 |
Color Harmonies of #52C8FB
Complementary color
Monochromatic Colors of #52C8FB
Black with #52C8FB
Text Example
Text Example
White with #52C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C8FB; }
p { color: rgb(82,200,251); }
H1.HeaderClassName
{
color: #52C8FB;
}
.AnyTagClassName
{
color: #52C8FB;
}
</style>
background-color css
<style>
a { background-color: #52C8FB; }
a { background-color: rgb(82,200,251); }
div.DivClassName
{
background-color: #52C8FB;
}
.BgClassName
{
background-color: #52C8FB;
}
</style>
border-color css
<style>
span { border-color: #52C8FB; }
span { border-color: rgb(82,200,251); }
td.TdClassName
{
border-color: #52C8FB;
}
.TagClassName
{
border-color: #52C8FB;
}
</style>