Shades of Maya Blue #59BEFE
Tints of Maya Blue #59BEFE
RGB
CMYK
RGB Variations
Color information
#59BEFE (or 0x59BEFE) is known color: Maya Blue. HEX triplet: 59, BE and FE. RGB value is (89,190,254). Sum of RGB (Red+Green+Blue) = 89+190+254=533 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.70% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #59BEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BEFE is #A64101. Grayscale: #A6A6A6. Windows color (decimal): -10895618 or 16694873. OLE color: 16694873.
HSL color Cylindrical-coordinate representation of color #59BEFE: hue angle of 203.27º 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 #59BEFE is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 190 | 254 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.00 |
| HSL | 203.27º | 0.99% | 0.67% | - |
| HSV(B) | 203.27º | 0.65% | 1% | - |
| XYZ | 40.42 | 46.11 | 100.53 | - |
| YUV | 167.1 | 177.04 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 190 | 254 | 0.65 | 0.25 | 0 | 0.00 | 203.27 | 0.99 | 0.67 |
| Hex | 59 | BE | FE | 41 | 19 | 0 | 0 | CB | 63 | 43 |
| Octal | 131 | 276 | 376 | 101 | 31 | 0 | 0 | 313 | 143 | 103 |
| Binary | 1011001 | 10111110 | 11111110 | 1000001 | 11001 | 0 | 0 | 11001011 | 1100011 | 1000011 |
Color Harmonies of #59BEFE
Complementary color
Monochromatic Colors of #59BEFE
Black with #59BEFE
Text Example
Text Example
White with #59BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BEFE; }
p { color: rgb(89,190,254); }
H1.HeaderClassName
{
color: #59BEFE;
}
.AnyTagClassName
{
color: #59BEFE;
}
</style>
background-color css
<style>
a { background-color: #59BEFE; }
a { background-color: rgb(89,190,254); }
div.DivClassName
{
background-color: #59BEFE;
}
.BgClassName
{
background-color: #59BEFE;
}
</style>
border-color css
<style>
span { border-color: #59BEFE; }
span { border-color: rgb(89,190,254); }
td.TdClassName
{
border-color: #59BEFE;
}
.TagClassName
{
border-color: #59BEFE;
}
</style>