Shades of Malibu #59BAE6
Tints of Malibu #59BAE6
RGB
CMYK
RGB Variations
Color information
#59BAE6 (or 0x59BAE6) is known color: Malibu. HEX triplet: 59, BA and E6. RGB value is (89,186,230). Sum of RGB (Red+Green+Blue) = 89+186+230=505 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.62% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #59BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BAE6 is #A64519. Grayscale: #A1A1A1. Windows color (decimal): -10896666 or 15120985. OLE color: 15120985.
HSL color Cylindrical-coordinate representation of color #59BAE6: hue angle of 198.72º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59BAE6 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 186 | 230 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.10 |
| HSL | 198.72º | 0.74% | 0.63% | - |
| HSV(B) | 198.72º | 0.61% | 0.9% | - |
| XYZ | 35.96 | 42.95 | 81.26 | - |
| YUV | 162.01 | 166.36 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 230 | 0.61 | 0.19 | 0 | 0.10 | 198.72 | 0.74 | 0.63 |
| Hex | 59 | BA | E6 | 3D | 13 | 0 | A | C7 | 4A | 3F |
| Octal | 131 | 272 | 346 | 75 | 23 | 0 | 12 | 307 | 112 | 77 |
| Binary | 1011001 | 10111010 | 11100110 | 111101 | 10011 | 0 | 1010 | 11000111 | 1001010 | 111111 |
Color Harmonies of #59BAE6
Complementary color
Monochromatic Colors of #59BAE6
Black with #59BAE6
Text Example
Text Example
White with #59BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BAE6; }
p { color: rgb(89,186,230); }
H1.HeaderClassName
{
color: #59BAE6;
}
.AnyTagClassName
{
color: #59BAE6;
}
</style>
background-color css
<style>
a { background-color: #59BAE6; }
a { background-color: rgb(89,186,230); }
div.DivClassName
{
background-color: #59BAE6;
}
.BgClassName
{
background-color: #59BAE6;
}
</style>
border-color css
<style>
span { border-color: #59BAE6; }
span { border-color: rgb(89,186,230); }
td.TdClassName
{
border-color: #59BAE6;
}
.TagClassName
{
border-color: #59BAE6;
}
</style>