Shades of Malibu #59B9DE
Tints of Malibu #59B9DE
RGB
CMYK
RGB Variations
Color information
#59B9DE (or 0x59B9DE) is known color: Malibu. HEX triplet: 59, B9 and DE. RGB value is (89,185,222). Sum of RGB (Red+Green+Blue) = 89+185+222=496 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.94% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #59B9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B9DE is #A64621. Grayscale: #A0A0A0. Windows color (decimal): -10896930 or 14596441. OLE color: 14596441.
HSL color Cylindrical-coordinate representation of color #59B9DE: hue angle of 196.69º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59B9DE is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 185 | 222 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.13 |
| HSL | 196.69º | 0.67% | 0.61% | - |
| HSV(B) | 196.69º | 0.6% | 0.87% | - |
| XYZ | 34.65 | 42.1 | 75.41 | - |
| YUV | 160.51 | 162.7 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 185 | 222 | 0.60 | 0.17 | 0 | 0.13 | 196.69 | 0.67 | 0.61 |
| Hex | 59 | B9 | DE | 3C | 11 | 0 | D | C5 | 43 | 3D |
| Octal | 131 | 271 | 336 | 74 | 21 | 0 | 15 | 305 | 103 | 75 |
| Binary | 1011001 | 10111001 | 11011110 | 111100 | 10001 | 0 | 1101 | 11000101 | 1000011 | 111101 |
Color Harmonies of #59B9DE
Complementary color
Monochromatic Colors of #59B9DE
Black with #59B9DE
Text Example
Text Example
White with #59B9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B9DE; }
p { color: rgb(89,185,222); }
H1.HeaderClassName
{
color: #59B9DE;
}
.AnyTagClassName
{
color: #59B9DE;
}
</style>
background-color css
<style>
a { background-color: #59B9DE; }
a { background-color: rgb(89,185,222); }
div.DivClassName
{
background-color: #59B9DE;
}
.BgClassName
{
background-color: #59B9DE;
}
</style>
border-color css
<style>
span { border-color: #59B9DE; }
span { border-color: rgb(89,185,222); }
td.TdClassName
{
border-color: #59B9DE;
}
.TagClassName
{
border-color: #59B9DE;
}
</style>