Shades of Malibu #59AEDB
Tints of Malibu #59AEDB
RGB
CMYK
RGB Variations
Color information
#59AEDB (or 0x59AEDB) is known color: Malibu. HEX triplet: 59, AE and DB. RGB value is (89,174,219). Sum of RGB (Red+Green+Blue) = 89+174+219=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #59AEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AEDB is #A65124. Grayscale: #999999. Windows color (decimal): -10899749 or 14397017. OLE color: 14397017.
HSL color Cylindrical-coordinate representation of color #59AEDB: hue angle of 200.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 #59AEDB is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 174 | 219 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.14 |
| HSL | 200.77º | 0.64% | 0.6% | - |
| HSV(B) | 200.77º | 0.59% | 0.86% | - |
| XYZ | 32.04 | 37.51 | 72.57 | - |
| YUV | 153.72 | 164.84 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 174 | 219 | 0.59 | 0.21 | 0 | 0.14 | 200.77 | 0.64 | 0.6 |
| Hex | 59 | AE | DB | 3B | 15 | 0 | E | C9 | 40 | 3C |
| Octal | 131 | 256 | 333 | 73 | 25 | 0 | 16 | 311 | 100 | 74 |
| Binary | 1011001 | 10101110 | 11011011 | 111011 | 10101 | 0 | 1110 | 11001001 | 1000000 | 111100 |
Color Harmonies of #59AEDB
Complementary color
Monochromatic Colors of #59AEDB
Black with #59AEDB
Text Example
Text Example
White with #59AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AEDB; }
p { color: rgb(89,174,219); }
H1.HeaderClassName
{
color: #59AEDB;
}
.AnyTagClassName
{
color: #59AEDB;
}
</style>
background-color css
<style>
a { background-color: #59AEDB; }
a { background-color: rgb(89,174,219); }
div.DivClassName
{
background-color: #59AEDB;
}
.BgClassName
{
background-color: #59AEDB;
}
</style>
border-color css
<style>
span { border-color: #59AEDB; }
span { border-color: rgb(89,174,219); }
td.TdClassName
{
border-color: #59AEDB;
}
.TagClassName
{
border-color: #59AEDB;
}
</style>