Shades of Malibu #59BCDD
Tints of Malibu #59BCDD
RGB
CMYK
RGB Variations
Color information
#59BCDD (or 0x59BCDD) is known color: Malibu. HEX triplet: 59, BC and DD. RGB value is (89,188,221). Sum of RGB (Red+Green+Blue) = 89+188+221=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #59BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCDD is #A64322. Grayscale: #A1A1A1. Windows color (decimal): -10896163 or 14531673. OLE color: 14531673.
HSL color Cylindrical-coordinate representation of color #59BCDD: hue angle of 195º 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 #59BCDD is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 188 | 221 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.13 |
| HSL | 195º | 0.66% | 0.61% | - |
| HSV(B) | 195º | 0.6% | 0.87% | - |
| XYZ | 35.15 | 43.31 | 74.91 | - |
| YUV | 162.16 | 161.2 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 221 | 0.60 | 0.15 | 0 | 0.13 | 195 | 0.66 | 0.61 |
| Hex | 59 | BC | DD | 3C | F | 0 | D | C3 | 42 | 3D |
| Octal | 131 | 274 | 335 | 74 | 17 | 0 | 15 | 303 | 102 | 75 |
| Binary | 1011001 | 10111100 | 11011101 | 111100 | 1111 | 0 | 1101 | 11000011 | 1000010 | 111101 |
Color Harmonies of #59BCDD
Complementary color
Monochromatic Colors of #59BCDD
Black with #59BCDD
Text Example
Text Example
White with #59BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCDD; }
p { color: rgb(89,188,221); }
H1.HeaderClassName
{
color: #59BCDD;
}
.AnyTagClassName
{
color: #59BCDD;
}
</style>
background-color css
<style>
a { background-color: #59BCDD; }
a { background-color: rgb(89,188,221); }
div.DivClassName
{
background-color: #59BCDD;
}
.BgClassName
{
background-color: #59BCDD;
}
</style>
border-color css
<style>
span { border-color: #59BCDD; }
span { border-color: rgb(89,188,221); }
td.TdClassName
{
border-color: #59BCDD;
}
.TagClassName
{
border-color: #59BCDD;
}
</style>