Shades of Malibu #59B0DD
Tints of Malibu #59B0DD
RGB
CMYK
RGB Variations
Color information
#59B0DD (or 0x59B0DD) is known color: Malibu. HEX triplet: 59, B0 and DD. RGB value is (89,176,221). Sum of RGB (Red+Green+Blue) = 89+176+221=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #59B0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B0DD is #A64F22. Grayscale: #9A9A9A. Windows color (decimal): -10899235 or 14528601. OLE color: 14528601.
HSL color Cylindrical-coordinate representation of color #59B0DD: hue angle of 200.45º 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 #59B0DD is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 176 | 221 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.13 |
| HSL | 200.45º | 0.66% | 0.61% | - |
| HSV(B) | 200.45º | 0.6% | 0.87% | - |
| XYZ | 32.7 | 38.39 | 74.09 | - |
| YUV | 155.12 | 165.18 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 176 | 221 | 0.60 | 0.20 | 0 | 0.13 | 200.45 | 0.66 | 0.61 |
| Hex | 59 | B0 | DD | 3C | 14 | 0 | D | C8 | 42 | 3D |
| Octal | 131 | 260 | 335 | 74 | 24 | 0 | 15 | 310 | 102 | 75 |
| Binary | 1011001 | 10110000 | 11011101 | 111100 | 10100 | 0 | 1101 | 11001000 | 1000010 | 111101 |
Color Harmonies of #59B0DD
Complementary color
Monochromatic Colors of #59B0DD
Black with #59B0DD
Text Example
Text Example
White with #59B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B0DD; }
p { color: rgb(89,176,221); }
H1.HeaderClassName
{
color: #59B0DD;
}
.AnyTagClassName
{
color: #59B0DD;
}
</style>
background-color css
<style>
a { background-color: #59B0DD; }
a { background-color: rgb(89,176,221); }
div.DivClassName
{
background-color: #59B0DD;
}
.BgClassName
{
background-color: #59B0DD;
}
</style>
border-color css
<style>
span { border-color: #59B0DD; }
span { border-color: rgb(89,176,221); }
td.TdClassName
{
border-color: #59B0DD;
}
.TagClassName
{
border-color: #59B0DD;
}
</style>