Shades of Maya Blue #59AFFF
Tints of Maya Blue #59AFFF
RGB
CMYK
RGB Variations
Color information
#59AFFF (or 0x59AFFF) is known color: Maya Blue. HEX triplet: 59, AF and FF. RGB value is (89,175,255). Sum of RGB (Red+Green+Blue) = 89+175+255=519 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.15% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #59AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59AFFF is #A65000. Grayscale: #9E9E9E. Windows color (decimal): -10899457 or 16756569. OLE color: 16756569.
HSL color Cylindrical-coordinate representation of color #59AFFF: hue angle of 208.92º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59AFFF is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 175 | 255 | - |
| CMYK | 0.65 | 0.31 | 0 | 0 |
| HSL | 208.92º | 1% | 0.67% | - |
| HSV(B) | 208.92º | 0.65% | 1% | - |
| XYZ | 37.5 | 40 | 100.35 | - |
| YUV | 158.41 | 182.51 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 175 | 255 | 0.65 | 0.31 | 0 | 0 | 208.92 | 1 | 0.67 |
| Hex | 59 | AF | FF | 41 | 1F | 0 | 0 | D1 | 64 | 43 |
| Octal | 131 | 257 | 377 | 101 | 37 | 0 | 0 | 321 | 144 | 103 |
| Binary | 1011001 | 10101111 | 11111111 | 1000001 | 11111 | 0 | 0 | 11010001 | 1100100 | 1000011 |
Color Harmonies of #59AFFF
Complementary color
Monochromatic Colors of #59AFFF
Black with #59AFFF
Text Example
Text Example
White with #59AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AFFF; }
p { color: rgb(89,175,255); }
H1.HeaderClassName
{
color: #59AFFF;
}
.AnyTagClassName
{
color: #59AFFF;
}
</style>
background-color css
<style>
a { background-color: #59AFFF; }
a { background-color: rgb(89,175,255); }
div.DivClassName
{
background-color: #59AFFF;
}
.BgClassName
{
background-color: #59AFFF;
}
</style>
border-color css
<style>
span { border-color: #59AFFF; }
span { border-color: rgb(89,175,255); }
td.TdClassName
{
border-color: #59AFFF;
}
.TagClassName
{
border-color: #59AFFF;
}
</style>