Shades of Malibu #59BBD6
Tints of Malibu #59BBD6
RGB
CMYK
RGB Variations
Color information
#59BBD6 (or 0x59BBD6) is known color: Malibu. HEX triplet: 59, BB and D6. RGB value is (89,187,214). Sum of RGB (Red+Green+Blue) = 89+187+214=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #59BBD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBD6 is #A64429. Grayscale: #A0A0A0. Windows color (decimal): -10896426 or 14072665. OLE color: 14072665.
HSL color Cylindrical-coordinate representation of color #59BBD6: hue angle of 192.96º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59BBD6 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 187 | 214 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.16 |
| HSL | 192.96º | 0.6% | 0.59% | - |
| HSV(B) | 192.96º | 0.58% | 0.84% | - |
| XYZ | 34.03 | 42.52 | 70.03 | - |
| YUV | 160.78 | 158.03 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 214 | 0.58 | 0.13 | 0 | 0.16 | 192.96 | 0.6 | 0.59 |
| Hex | 59 | BB | D6 | 3A | D | 0 | 10 | C1 | 3C | 3B |
| Octal | 131 | 273 | 326 | 72 | 15 | 0 | 20 | 301 | 74 | 73 |
| Binary | 1011001 | 10111011 | 11010110 | 111010 | 1101 | 0 | 10000 | 11000001 | 111100 | 111011 |
Color Harmonies of #59BBD6
Complementary color
Monochromatic Colors of #59BBD6
Black with #59BBD6
Text Example
Text Example
White with #59BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BBD6; }
p { color: rgb(89,187,214); }
H1.HeaderClassName
{
color: #59BBD6;
}
.AnyTagClassName
{
color: #59BBD6;
}
</style>
background-color css
<style>
a { background-color: #59BBD6; }
a { background-color: rgb(89,187,214); }
div.DivClassName
{
background-color: #59BBD6;
}
.BgClassName
{
background-color: #59BBD6;
}
</style>
border-color css
<style>
span { border-color: #59BBD6; }
span { border-color: rgb(89,187,214); }
td.TdClassName
{
border-color: #59BBD6;
}
.TagClassName
{
border-color: #59BBD6;
}
</style>