Shades of Malibu #59B7DD
Tints of Malibu #59B7DD
RGB
CMYK
RGB Variations
Color information
#59B7DD (or 0x59B7DD) is known color: Malibu. HEX triplet: 59, B7 and DD. RGB value is (89,183,221). Sum of RGB (Red+Green+Blue) = 89+183+221=493 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.05% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #59B7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B7DD is #A64822. Grayscale: #9E9E9E. Windows color (decimal): -10897443 or 14530393. OLE color: 14530393.
HSL color Cylindrical-coordinate representation of color #59B7DD: hue angle of 197.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59B7DD is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 183 | 221 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.13 |
| HSL | 197.27º | 0.66% | 0.61% | - |
| HSV(B) | 197.27º | 0.6% | 0.87% | - |
| XYZ | 34.1 | 41.21 | 74.56 | - |
| YUV | 159.23 | 162.86 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 183 | 221 | 0.60 | 0.17 | 0 | 0.13 | 197.27 | 0.66 | 0.61 |
| Hex | 59 | B7 | DD | 3C | 11 | 0 | D | C5 | 42 | 3D |
| Octal | 131 | 267 | 335 | 74 | 21 | 0 | 15 | 305 | 102 | 75 |
| Binary | 1011001 | 10110111 | 11011101 | 111100 | 10001 | 0 | 1101 | 11000101 | 1000010 | 111101 |
Color Harmonies of #59B7DD
Complementary color
Monochromatic Colors of #59B7DD
Black with #59B7DD
Text Example
Text Example
White with #59B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B7DD; }
p { color: rgb(89,183,221); }
H1.HeaderClassName
{
color: #59B7DD;
}
.AnyTagClassName
{
color: #59B7DD;
}
</style>
background-color css
<style>
a { background-color: #59B7DD; }
a { background-color: rgb(89,183,221); }
div.DivClassName
{
background-color: #59B7DD;
}
.BgClassName
{
background-color: #59B7DD;
}
</style>
border-color css
<style>
span { border-color: #59B7DD; }
span { border-color: rgb(89,183,221); }
td.TdClassName
{
border-color: #59B7DD;
}
.TagClassName
{
border-color: #59B7DD;
}
</style>