Shades of Maya Blue #59BBFF
Tints of Maya Blue #59BBFF
RGB
CMYK
RGB Variations
Color information
#59BBFF (or 0x59BBFF) is known color: Maya Blue. HEX triplet: 59, BB and FF. RGB value is (89,187,255). Sum of RGB (Red+Green+Blue) = 89+187+255=531 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.76% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #59BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BBFF is #A64400. Grayscale: #A5A5A5. Windows color (decimal): -10896385 or 16759641. OLE color: 16759641.
HSL color Cylindrical-coordinate representation of color #59BBFF: hue angle of 204.58º 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 #59BBFF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 187 | 255 | - |
| CMYK | 0.65 | 0.27 | 0 | 0 |
| HSL | 204.58º | 1% | 0.67% | - |
| HSV(B) | 204.58º | 0.65% | 1% | - |
| XYZ | 39.94 | 44.88 | 101.17 | - |
| YUV | 165.45 | 178.53 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 255 | 0.65 | 0.27 | 0 | 0 | 204.58 | 1 | 0.67 |
| Hex | 59 | BB | FF | 41 | 1B | 0 | 0 | CD | 64 | 43 |
| Octal | 131 | 273 | 377 | 101 | 33 | 0 | 0 | 315 | 144 | 103 |
| Binary | 1011001 | 10111011 | 11111111 | 1000001 | 11011 | 0 | 0 | 11001101 | 1100100 | 1000011 |
Color Harmonies of #59BBFF
Complementary color
Monochromatic Colors of #59BBFF
Black with #59BBFF
Text Example
Text Example
White with #59BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BBFF; }
p { color: rgb(89,187,255); }
H1.HeaderClassName
{
color: #59BBFF;
}
.AnyTagClassName
{
color: #59BBFF;
}
</style>
background-color css
<style>
a { background-color: #59BBFF; }
a { background-color: rgb(89,187,255); }
div.DivClassName
{
background-color: #59BBFF;
}
.BgClassName
{
background-color: #59BBFF;
}
</style>
border-color css
<style>
span { border-color: #59BBFF; }
span { border-color: rgb(89,187,255); }
td.TdClassName
{
border-color: #59BBFF;
}
.TagClassName
{
border-color: #59BBFF;
}
</style>