Shades of Malibu #59B9D7
Tints of Malibu #59B9D7
RGB
CMYK
RGB Variations
Color information
#59B9D7 (or 0x59B9D7) is known color: Malibu. HEX triplet: 59, B9 and D7. RGB value is (89,185,215). Sum of RGB (Red+Green+Blue) = 89+185+215=489 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.20% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #59B9D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B9D7 is #A64628. Grayscale: #9F9F9F. Windows color (decimal): -10896937 or 14137689. OLE color: 14137689.
HSL color Cylindrical-coordinate representation of color #59B9D7: hue angle of 194.29º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59B9D7 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 185 | 215 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.16 |
| HSL | 194.29º | 0.61% | 0.6% | - |
| HSV(B) | 194.29º | 0.59% | 0.84% | - |
| XYZ | 33.73 | 41.73 | 70.57 | - |
| YUV | 159.72 | 159.2 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 185 | 215 | 0.59 | 0.14 | 0 | 0.16 | 194.29 | 0.61 | 0.6 |
| Hex | 59 | B9 | D7 | 3B | E | 0 | 10 | C2 | 3D | 3C |
| Octal | 131 | 271 | 327 | 73 | 16 | 0 | 20 | 302 | 75 | 74 |
| Binary | 1011001 | 10111001 | 11010111 | 111011 | 1110 | 0 | 10000 | 11000010 | 111101 | 111100 |
Color Harmonies of #59B9D7
Complementary color
Monochromatic Colors of #59B9D7
Black with #59B9D7
Text Example
Text Example
White with #59B9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B9D7; }
p { color: rgb(89,185,215); }
H1.HeaderClassName
{
color: #59B9D7;
}
.AnyTagClassName
{
color: #59B9D7;
}
</style>
background-color css
<style>
a { background-color: #59B9D7; }
a { background-color: rgb(89,185,215); }
div.DivClassName
{
background-color: #59B9D7;
}
.BgClassName
{
background-color: #59B9D7;
}
</style>
border-color css
<style>
span { border-color: #59B9D7; }
span { border-color: rgb(89,185,215); }
td.TdClassName
{
border-color: #59B9D7;
}
.TagClassName
{
border-color: #59B9D7;
}
</style>