Shades of Malibu #59BADB
Tints of Malibu #59BADB
RGB
CMYK
RGB Variations
Color information
#59BADB (or 0x59BADB) is known color: Malibu. HEX triplet: 59, BA and DB. RGB value is (89,186,219). Sum of RGB (Red+Green+Blue) = 89+186+219=494 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.02% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #59BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BADB is #A64524. Grayscale: #A0A0A0. Windows color (decimal): -10896677 or 14400089. OLE color: 14400089.
HSL color Cylindrical-coordinate representation of color #59BADB: hue angle of 195.23º 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 #59BADB is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 186 | 219 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.14 |
| HSL | 195.23º | 0.64% | 0.6% | - |
| HSV(B) | 195.23º | 0.59% | 0.86% | - |
| XYZ | 34.46 | 42.36 | 73.38 | - |
| YUV | 160.76 | 160.86 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 219 | 0.59 | 0.15 | 0 | 0.14 | 195.23 | 0.64 | 0.6 |
| Hex | 59 | BA | DB | 3B | F | 0 | E | C3 | 40 | 3C |
| Octal | 131 | 272 | 333 | 73 | 17 | 0 | 16 | 303 | 100 | 74 |
| Binary | 1011001 | 10111010 | 11011011 | 111011 | 1111 | 0 | 1110 | 11000011 | 1000000 | 111100 |
Color Harmonies of #59BADB
Complementary color
Monochromatic Colors of #59BADB
Black with #59BADB
Text Example
Text Example
White with #59BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BADB; }
p { color: rgb(89,186,219); }
H1.HeaderClassName
{
color: #59BADB;
}
.AnyTagClassName
{
color: #59BADB;
}
</style>
background-color css
<style>
a { background-color: #59BADB; }
a { background-color: rgb(89,186,219); }
div.DivClassName
{
background-color: #59BADB;
}
.BgClassName
{
background-color: #59BADB;
}
</style>
border-color css
<style>
span { border-color: #59BADB; }
span { border-color: rgb(89,186,219); }
td.TdClassName
{
border-color: #59BADB;
}
.TagClassName
{
border-color: #59BADB;
}
</style>