Shades of Malibu #59C1DD
Tints of Malibu #59C1DD
RGB
CMYK
RGB Variations
Color information
#59C1DD (or 0x59C1DD) is known color: Malibu. HEX triplet: 59, C1 and DD. RGB value is (89,193,221). Sum of RGB (Red+Green+Blue) = 89+193+221=503 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.69% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #59C1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C1DD is #A63E22. Grayscale: #A4A4A4. Windows color (decimal): -10894883 or 14532953. OLE color: 14532953.
HSL color Cylindrical-coordinate representation of color #59C1DD: hue angle of 192.73º 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 #59C1DD is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 193 | 221 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.13 |
| HSL | 192.73º | 0.66% | 0.61% | - |
| HSV(B) | 192.73º | 0.6% | 0.87% | - |
| XYZ | 36.24 | 45.48 | 75.28 | - |
| YUV | 165.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 193 | 221 | 0.60 | 0.13 | 0 | 0.13 | 192.73 | 0.66 | 0.61 |
| Hex | 59 | C1 | DD | 3C | D | 0 | D | C1 | 42 | 3D |
| Octal | 131 | 301 | 335 | 74 | 15 | 0 | 15 | 301 | 102 | 75 |
| Binary | 1011001 | 11000001 | 11011101 | 111100 | 1101 | 0 | 1101 | 11000001 | 1000010 | 111101 |
Color Harmonies of #59C1DD
Complementary color
Monochromatic Colors of #59C1DD
Black with #59C1DD
Text Example
Text Example
White with #59C1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C1DD; }
p { color: rgb(89,193,221); }
H1.HeaderClassName
{
color: #59C1DD;
}
.AnyTagClassName
{
color: #59C1DD;
}
</style>
background-color css
<style>
a { background-color: #59C1DD; }
a { background-color: rgb(89,193,221); }
div.DivClassName
{
background-color: #59C1DD;
}
.BgClassName
{
background-color: #59C1DD;
}
</style>
border-color css
<style>
span { border-color: #59C1DD; }
span { border-color: rgb(89,193,221); }
td.TdClassName
{
border-color: #59C1DD;
}
.TagClassName
{
border-color: #59C1DD;
}
</style>