Shades of Malibu #59BBDB
Tints of Malibu #59BBDB
RGB
CMYK
RGB Variations
Color information
#59BBDB (or 0x59BBDB) is known color: Malibu. HEX triplet: 59, BB and DB. RGB value is (89,187,219). Sum of RGB (Red+Green+Blue) = 89+187+219=495 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.98% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #59BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBDB is #A64424. Grayscale: #A1A1A1. Windows color (decimal): -10896421 or 14400345. OLE color: 14400345.
HSL color Cylindrical-coordinate representation of color #59BBDB: hue angle of 194.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59BBDB is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 187 | 219 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.14 |
| HSL | 194.77º | 0.64% | 0.6% | - |
| HSV(B) | 194.77º | 0.59% | 0.86% | - |
| XYZ | 34.68 | 42.78 | 73.45 | - |
| YUV | 161.35 | 160.53 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 219 | 0.59 | 0.15 | 0 | 0.14 | 194.77 | 0.64 | 0.6 |
| Hex | 59 | BB | DB | 3B | F | 0 | E | C3 | 40 | 3C |
| Octal | 131 | 273 | 333 | 73 | 17 | 0 | 16 | 303 | 100 | 74 |
| Binary | 1011001 | 10111011 | 11011011 | 111011 | 1111 | 0 | 1110 | 11000011 | 1000000 | 111100 |
Color Harmonies of #59BBDB
Complementary color
Monochromatic Colors of #59BBDB
Black with #59BBDB
Text Example
Text Example
White with #59BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BBDB; }
p { color: rgb(89,187,219); }
H1.HeaderClassName
{
color: #59BBDB;
}
.AnyTagClassName
{
color: #59BBDB;
}
</style>
background-color css
<style>
a { background-color: #59BBDB; }
a { background-color: rgb(89,187,219); }
div.DivClassName
{
background-color: #59BBDB;
}
.BgClassName
{
background-color: #59BBDB;
}
</style>
border-color css
<style>
span { border-color: #59BBDB; }
span { border-color: rgb(89,187,219); }
td.TdClassName
{
border-color: #59BBDB;
}
.TagClassName
{
border-color: #59BBDB;
}
</style>