Shades of Malibu #59B7D6
Tints of Malibu #59B7D6
RGB
CMYK
RGB Variations
Color information
#59B7D6 (or 0x59B7D6) is known color: Malibu. HEX triplet: 59, B7 and D6. RGB value is (89,183,214). Sum of RGB (Red+Green+Blue) = 89+183+214=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #59B7D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B7D6 is #A64829. Grayscale: #9E9E9E. Windows color (decimal): -10897450 or 14071641. OLE color: 14071641.
HSL color Cylindrical-coordinate representation of color #59B7D6: hue angle of 194.88º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59B7D6 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 183 | 214 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.16 |
| HSL | 194.88º | 0.6% | 0.59% | - |
| HSV(B) | 194.88º | 0.58% | 0.84% | - |
| XYZ | 33.19 | 40.85 | 69.75 | - |
| YUV | 158.43 | 159.36 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 183 | 214 | 0.58 | 0.14 | 0 | 0.16 | 194.88 | 0.6 | 0.59 |
| Hex | 59 | B7 | D6 | 3A | E | 0 | 10 | C3 | 3C | 3B |
| Octal | 131 | 267 | 326 | 72 | 16 | 0 | 20 | 303 | 74 | 73 |
| Binary | 1011001 | 10110111 | 11010110 | 111010 | 1110 | 0 | 10000 | 11000011 | 111100 | 111011 |
Color Harmonies of #59B7D6
Complementary color
Monochromatic Colors of #59B7D6
Black with #59B7D6
Text Example
Text Example
White with #59B7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B7D6; }
p { color: rgb(89,183,214); }
H1.HeaderClassName
{
color: #59B7D6;
}
.AnyTagClassName
{
color: #59B7D6;
}
</style>
background-color css
<style>
a { background-color: #59B7D6; }
a { background-color: rgb(89,183,214); }
div.DivClassName
{
background-color: #59B7D6;
}
.BgClassName
{
background-color: #59B7D6;
}
</style>
border-color css
<style>
span { border-color: #59B7D6; }
span { border-color: rgb(89,183,214); }
td.TdClassName
{
border-color: #59B7D6;
}
.TagClassName
{
border-color: #59B7D6;
}
</style>