Shades of Malibu #59BDDC
Tints of Malibu #59BDDC
RGB
CMYK
RGB Variations
Color information
#59BDDC (or 0x59BDDC) is known color: Malibu. HEX triplet: 59, BD and DC. RGB value is (89,189,220). Sum of RGB (Red+Green+Blue) = 89+189+220=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #59BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDDC is #A64223. Grayscale: #A2A2A2. Windows color (decimal): -10895908 or 14466393. OLE color: 14466393.
HSL color Cylindrical-coordinate representation of color #59BDDC: hue angle of 194.2º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59BDDC is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 189 | 220 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.14 |
| HSL | 194.2º | 0.65% | 0.61% | - |
| HSV(B) | 194.2º | 0.6% | 0.86% | - |
| XYZ | 35.24 | 43.69 | 74.29 | - |
| YUV | 162.63 | 160.37 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 220 | 0.60 | 0.14 | 0 | 0.14 | 194.2 | 0.65 | 0.61 |
| Hex | 59 | BD | DC | 3C | E | 0 | E | C2 | 41 | 3D |
| Octal | 131 | 275 | 334 | 74 | 16 | 0 | 16 | 302 | 101 | 75 |
| Binary | 1011001 | 10111101 | 11011100 | 111100 | 1110 | 0 | 1110 | 11000010 | 1000001 | 111101 |
Color Harmonies of #59BDDC
Complementary color
Monochromatic Colors of #59BDDC
Black with #59BDDC
Text Example
Text Example
White with #59BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDDC; }
p { color: rgb(89,189,220); }
H1.HeaderClassName
{
color: #59BDDC;
}
.AnyTagClassName
{
color: #59BDDC;
}
</style>
background-color css
<style>
a { background-color: #59BDDC; }
a { background-color: rgb(89,189,220); }
div.DivClassName
{
background-color: #59BDDC;
}
.BgClassName
{
background-color: #59BDDC;
}
</style>
border-color css
<style>
span { border-color: #59BDDC; }
span { border-color: rgb(89,189,220); }
td.TdClassName
{
border-color: #59BDDC;
}
.TagClassName
{
border-color: #59BDDC;
}
</style>