Shades of Maya Blue #53C9F9
Tints of Maya Blue #53C9F9
RGB
CMYK
RGB Variations
Color information
#53C9F9 (or 0x53C9F9) is known color: Maya Blue. HEX triplet: 53, C9 and F9. RGB value is (83,201,249). Sum of RGB (Red+Green+Blue) = 83+201+249=533 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.57% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #53C9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C9F9 is #AC3606. Grayscale: #AAAAAA. Windows color (decimal): -11286023 or 16370003. OLE color: 16370003.
HSL color Cylindrical-coordinate representation of color #53C9F9: hue angle of 197.35º degrees, saturation: 0.93, 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 #53C9F9 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 201 | 249 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.02 |
| HSL | 197.35º | 0.93% | 0.65% | - |
| HSV(B) | 197.35º | 0.67% | 0.98% | - |
| XYZ | 41.55 | 50.45 | 97.17 | - |
| YUV | 171.19 | 171.91 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 249 | 0.67 | 0.19 | 0 | 0.02 | 197.35 | 0.93 | 0.65 |
| Hex | 53 | C9 | F9 | 43 | 13 | 0 | 2 | C5 | 5D | 41 |
| Octal | 123 | 311 | 371 | 103 | 23 | 0 | 2 | 305 | 135 | 101 |
| Binary | 1010011 | 11001001 | 11111001 | 1000011 | 10011 | 0 | 10 | 11000101 | 1011101 | 1000001 |
Color Harmonies of #53C9F9
Complementary color
Monochromatic Colors of #53C9F9
Black with #53C9F9
Text Example
Text Example
White with #53C9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C9F9; }
p { color: rgb(83,201,249); }
H1.HeaderClassName
{
color: #53C9F9;
}
.AnyTagClassName
{
color: #53C9F9;
}
</style>
background-color css
<style>
a { background-color: #53C9F9; }
a { background-color: rgb(83,201,249); }
div.DivClassName
{
background-color: #53C9F9;
}
.BgClassName
{
background-color: #53C9F9;
}
</style>
border-color css
<style>
span { border-color: #53C9F9; }
span { border-color: rgb(83,201,249); }
td.TdClassName
{
border-color: #53C9F9;
}
.TagClassName
{
border-color: #53C9F9;
}
</style>