Shades of Malibu #59B9EC
Tints of Malibu #59B9EC
RGB
CMYK
RGB Variations
Color information
#59B9EC (or 0x59B9EC) is known color: Malibu. HEX triplet: 59, B9 and EC. RGB value is (89,185,236). Sum of RGB (Red+Green+Blue) = 89+185+236=510 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.45% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #59B9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59B9EC is #A64613. Grayscale: #A1A1A1. Windows color (decimal): -10896916 or 15513945. OLE color: 15513945.
HSL color Cylindrical-coordinate representation of color #59B9EC: hue angle of 200.82º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59B9EC is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 185 | 236 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.07 |
| HSL | 200.82º | 0.79% | 0.64% | - |
| HSV(B) | 200.82º | 0.62% | 0.93% | - |
| XYZ | 36.61 | 42.88 | 85.7 | - |
| YUV | 162.11 | 169.7 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 185 | 236 | 0.62 | 0.22 | 0 | 0.07 | 200.82 | 0.79 | 0.64 |
| Hex | 59 | B9 | EC | 3E | 16 | 0 | 7 | C9 | 4F | 40 |
| Octal | 131 | 271 | 354 | 76 | 26 | 0 | 7 | 311 | 117 | 100 |
| Binary | 1011001 | 10111001 | 11101100 | 111110 | 10110 | 0 | 111 | 11001001 | 1001111 | 1000000 |
Color Harmonies of #59B9EC
Complementary color
Monochromatic Colors of #59B9EC
Black with #59B9EC
Text Example
Text Example
White with #59B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B9EC; }
p { color: rgb(89,185,236); }
H1.HeaderClassName
{
color: #59B9EC;
}
.AnyTagClassName
{
color: #59B9EC;
}
</style>
background-color css
<style>
a { background-color: #59B9EC; }
a { background-color: rgb(89,185,236); }
div.DivClassName
{
background-color: #59B9EC;
}
.BgClassName
{
background-color: #59B9EC;
}
</style>
border-color css
<style>
span { border-color: #59B9EC; }
span { border-color: rgb(89,185,236); }
td.TdClassName
{
border-color: #59B9EC;
}
.TagClassName
{
border-color: #59B9EC;
}
</style>