Shades of Maya Blue #53C9F8
Tints of Maya Blue #53C9F8
RGB
CMYK
RGB Variations
Color information
#53C9F8 (or 0x53C9F8) is known color: Maya Blue. HEX triplet: 53, C9 and F8. RGB value is (83,201,248). Sum of RGB (Red+Green+Blue) = 83+201+248=532 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.60% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #53C9F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C9F8 is #AC3607. Grayscale: #AAAAAA. Windows color (decimal): -11286024 or 16304467. OLE color: 16304467.
HSL color Cylindrical-coordinate representation of color #53C9F8: hue angle of 197.09º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53C9F8 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 201 | 248 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.03 |
| HSL | 197.09º | 0.92% | 0.65% | - |
| HSV(B) | 197.09º | 0.67% | 0.97% | - |
| XYZ | 41.4 | 50.39 | 96.35 | - |
| YUV | 171.08 | 171.41 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 248 | 0.67 | 0.19 | 0 | 0.03 | 197.09 | 0.92 | 0.65 |
| Hex | 53 | C9 | F8 | 43 | 13 | 0 | 3 | C5 | 5C | 41 |
| Octal | 123 | 311 | 370 | 103 | 23 | 0 | 3 | 305 | 134 | 101 |
| Binary | 1010011 | 11001001 | 11111000 | 1000011 | 10011 | 0 | 11 | 11000101 | 1011100 | 1000001 |
Color Harmonies of #53C9F8
Complementary color
Monochromatic Colors of #53C9F8
Black with #53C9F8
Text Example
Text Example
White with #53C9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C9F8; }
p { color: rgb(83,201,248); }
H1.HeaderClassName
{
color: #53C9F8;
}
.AnyTagClassName
{
color: #53C9F8;
}
</style>
background-color css
<style>
a { background-color: #53C9F8; }
a { background-color: rgb(83,201,248); }
div.DivClassName
{
background-color: #53C9F8;
}
.BgClassName
{
background-color: #53C9F8;
}
</style>
border-color css
<style>
span { border-color: #53C9F8; }
span { border-color: rgb(83,201,248); }
td.TdClassName
{
border-color: #53C9F8;
}
.TagClassName
{
border-color: #53C9F8;
}
</style>