Shades of Maya Blue #59BFFE
Tints of Maya Blue #59BFFE
RGB
CMYK
RGB Variations
Color information
#59BFFE (or 0x59BFFE) is known color: Maya Blue. HEX triplet: 59, BF and FE. RGB value is (89,191,254). Sum of RGB (Red+Green+Blue) = 89+191+254=534 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.67% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #59BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BFFE is #A64001. Grayscale: #A7A7A7. Windows color (decimal): -10895362 or 16695129. OLE color: 16695129.
HSL color Cylindrical-coordinate representation of color #59BFFE: hue angle of 202.91º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59BFFE is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 191 | 254 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.00 |
| HSL | 202.91º | 0.99% | 0.67% | - |
| HSV(B) | 202.91º | 0.65% | 1% | - |
| XYZ | 40.64 | 46.54 | 100.61 | - |
| YUV | 167.68 | 176.71 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 191 | 254 | 0.65 | 0.25 | 0 | 0.00 | 202.91 | 0.99 | 0.67 |
| Hex | 59 | BF | FE | 41 | 19 | 0 | 0 | CB | 63 | 43 |
| Octal | 131 | 277 | 376 | 101 | 31 | 0 | 0 | 313 | 143 | 103 |
| Binary | 1011001 | 10111111 | 11111110 | 1000001 | 11001 | 0 | 0 | 11001011 | 1100011 | 1000011 |
Color Harmonies of #59BFFE
Complementary color
Monochromatic Colors of #59BFFE
Black with #59BFFE
Text Example
Text Example
White with #59BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BFFE; }
p { color: rgb(89,191,254); }
H1.HeaderClassName
{
color: #59BFFE;
}
.AnyTagClassName
{
color: #59BFFE;
}
</style>
background-color css
<style>
a { background-color: #59BFFE; }
a { background-color: rgb(89,191,254); }
div.DivClassName
{
background-color: #59BFFE;
}
.BgClassName
{
background-color: #59BFFE;
}
</style>
border-color css
<style>
span { border-color: #59BFFE; }
span { border-color: rgb(89,191,254); }
td.TdClassName
{
border-color: #59BFFE;
}
.TagClassName
{
border-color: #59BFFE;
}
</style>