Shades of Malibu #59C2D7
Tints of Malibu #59C2D7
RGB
CMYK
RGB Variations
Color information
#59C2D7 (or 0x59C2D7) is known color: Malibu. HEX triplet: 59, C2 and D7. RGB value is (89,194,215). Sum of RGB (Red+Green+Blue) = 89+194+215=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #59C2D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2D7 is #A63D28. Grayscale: #A4A4A4. Windows color (decimal): -10894633 or 14139993. OLE color: 14139993.
HSL color Cylindrical-coordinate representation of color #59C2D7: hue angle of 190º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59C2D7 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 194 | 215 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.16 |
| HSL | 190º | 0.61% | 0.6% | - |
| HSV(B) | 190º | 0.59% | 0.84% | - |
| XYZ | 35.68 | 45.61 | 71.21 | - |
| YUV | 165 | 156.21 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 215 | 0.59 | 0.10 | 0 | 0.16 | 190 | 0.61 | 0.6 |
| Hex | 59 | C2 | D7 | 3B | A | 0 | 10 | BE | 3D | 3C |
| Octal | 131 | 302 | 327 | 73 | 12 | 0 | 20 | 276 | 75 | 74 |
| Binary | 1011001 | 11000010 | 11010111 | 111011 | 1010 | 0 | 10000 | 10111110 | 111101 | 111100 |
Color Harmonies of #59C2D7
Complementary color
Monochromatic Colors of #59C2D7
Black with #59C2D7
Text Example
Text Example
White with #59C2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C2D7; }
p { color: rgb(89,194,215); }
H1.HeaderClassName
{
color: #59C2D7;
}
.AnyTagClassName
{
color: #59C2D7;
}
</style>
background-color css
<style>
a { background-color: #59C2D7; }
a { background-color: rgb(89,194,215); }
div.DivClassName
{
background-color: #59C2D7;
}
.BgClassName
{
background-color: #59C2D7;
}
</style>
border-color css
<style>
span { border-color: #59C2D7; }
span { border-color: rgb(89,194,215); }
td.TdClassName
{
border-color: #59C2D7;
}
.TagClassName
{
border-color: #59C2D7;
}
</style>