Shades of Malibu #59C4DB
Tints of Malibu #59C4DB
RGB
CMYK
RGB Variations
Color information
#59C4DB (or 0x59C4DB) is known color: Malibu. HEX triplet: 59, C4 and DB. RGB value is (89,196,219). Sum of RGB (Red+Green+Blue) = 89+196+219=504 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.66% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #59C4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C4DB is #A63B24. Grayscale: #A6A6A6. Windows color (decimal): -10894117 or 14402649. OLE color: 14402649.
HSL color Cylindrical-coordinate representation of color #59C4DB: hue angle of 190.62º 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 #59C4DB is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 196 | 219 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.14 |
| HSL | 190.62º | 0.64% | 0.6% | - |
| HSV(B) | 190.62º | 0.59% | 0.86% | - |
| XYZ | 36.65 | 46.72 | 74.1 | - |
| YUV | 166.63 | 157.55 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 196 | 219 | 0.59 | 0.11 | 0 | 0.14 | 190.62 | 0.64 | 0.6 |
| Hex | 59 | C4 | DB | 3B | B | 0 | E | BF | 40 | 3C |
| Octal | 131 | 304 | 333 | 73 | 13 | 0 | 16 | 277 | 100 | 74 |
| Binary | 1011001 | 11000100 | 11011011 | 111011 | 1011 | 0 | 1110 | 10111111 | 1000000 | 111100 |
Color Harmonies of #59C4DB
Complementary color
Monochromatic Colors of #59C4DB
Black with #59C4DB
Text Example
Text Example
White with #59C4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C4DB; }
p { color: rgb(89,196,219); }
H1.HeaderClassName
{
color: #59C4DB;
}
.AnyTagClassName
{
color: #59C4DB;
}
</style>
background-color css
<style>
a { background-color: #59C4DB; }
a { background-color: rgb(89,196,219); }
div.DivClassName
{
background-color: #59C4DB;
}
.BgClassName
{
background-color: #59C4DB;
}
</style>
border-color css
<style>
span { border-color: #59C4DB; }
span { border-color: rgb(89,196,219); }
td.TdClassName
{
border-color: #59C4DB;
}
.TagClassName
{
border-color: #59C4DB;
}
</style>