Shades of Maya Blue #59BAFF
Tints of Maya Blue #59BAFF
RGB
CMYK
RGB Variations
Color information
#59BAFF (or 0x59BAFF) is known color: Maya Blue. HEX triplet: 59, BA and FF. RGB value is (89,186,255). Sum of RGB (Red+Green+Blue) = 89+186+255=530 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.79% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #59BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BAFF is #A64500. Grayscale: #A4A4A4. Windows color (decimal): -10896641 or 16759385. OLE color: 16759385.
HSL color Cylindrical-coordinate representation of color #59BAFF: hue angle of 204.94º 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 #59BAFF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 186 | 255 | - |
| CMYK | 0.65 | 0.27 | 0 | 0 |
| HSL | 204.94º | 1% | 0.67% | - |
| HSV(B) | 204.94º | 0.65% | 1% | - |
| XYZ | 39.73 | 44.46 | 101.1 | - |
| YUV | 164.86 | 178.86 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 255 | 0.65 | 0.27 | 0 | 0 | 204.94 | 1 | 0.67 |
| Hex | 59 | BA | FF | 41 | 1B | 0 | 0 | CD | 64 | 43 |
| Octal | 131 | 272 | 377 | 101 | 33 | 0 | 0 | 315 | 144 | 103 |
| Binary | 1011001 | 10111010 | 11111111 | 1000001 | 11011 | 0 | 0 | 11001101 | 1100100 | 1000011 |
Color Harmonies of #59BAFF
Complementary color
Monochromatic Colors of #59BAFF
Black with #59BAFF
Text Example
Text Example
White with #59BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BAFF; }
p { color: rgb(89,186,255); }
H1.HeaderClassName
{
color: #59BAFF;
}
.AnyTagClassName
{
color: #59BAFF;
}
</style>
background-color css
<style>
a { background-color: #59BAFF; }
a { background-color: rgb(89,186,255); }
div.DivClassName
{
background-color: #59BAFF;
}
.BgClassName
{
background-color: #59BAFF;
}
</style>
border-color css
<style>
span { border-color: #59BAFF; }
span { border-color: rgb(89,186,255); }
td.TdClassName
{
border-color: #59BAFF;
}
.TagClassName
{
border-color: #59BAFF;
}
</style>