Shades of Malibu #59C5E7
Tints of Malibu #59C5E7
RGB
CMYK
RGB Variations
Color information
#59C5E7 (or 0x59C5E7) is known color: Malibu. HEX triplet: 59, C5 and E7. RGB value is (89,197,231). Sum of RGB (Red+Green+Blue) = 89+197+231=517 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.21% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #59C5E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C5E7 is #A63A18. Grayscale: #A8A8A8. Windows color (decimal): -10893849 or 15189337. OLE color: 15189337.
HSL color Cylindrical-coordinate representation of color #59C5E7: hue angle of 194.37º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59C5E7 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 197 | 231 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.09 |
| HSL | 194.37º | 0.75% | 0.63% | - |
| HSV(B) | 194.37º | 0.61% | 0.91% | - |
| XYZ | 38.51 | 47.83 | 82.8 | - |
| YUV | 168.58 | 163.22 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 197 | 231 | 0.61 | 0.15 | 0 | 0.09 | 194.37 | 0.75 | 0.63 |
| Hex | 59 | C5 | E7 | 3D | F | 0 | 9 | C2 | 4B | 3F |
| Octal | 131 | 305 | 347 | 75 | 17 | 0 | 11 | 302 | 113 | 77 |
| Binary | 1011001 | 11000101 | 11100111 | 111101 | 1111 | 0 | 1001 | 11000010 | 1001011 | 111111 |
Color Harmonies of #59C5E7
Complementary color
Monochromatic Colors of #59C5E7
Black with #59C5E7
Text Example
Text Example
White with #59C5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C5E7; }
p { color: rgb(89,197,231); }
H1.HeaderClassName
{
color: #59C5E7;
}
.AnyTagClassName
{
color: #59C5E7;
}
</style>
background-color css
<style>
a { background-color: #59C5E7; }
a { background-color: rgb(89,197,231); }
div.DivClassName
{
background-color: #59C5E7;
}
.BgClassName
{
background-color: #59C5E7;
}
</style>
border-color css
<style>
span { border-color: #59C5E7; }
span { border-color: rgb(89,197,231); }
td.TdClassName
{
border-color: #59C5E7;
}
.TagClassName
{
border-color: #59C5E7;
}
</style>