Shades of Malibu #59C1EC
Tints of Malibu #59C1EC
RGB
CMYK
RGB Variations
Color information
#59C1EC (or 0x59C1EC) is known color: Malibu. HEX triplet: 59, C1 and EC. RGB value is (89,193,236). Sum of RGB (Red+Green+Blue) = 89+193+236=518 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.18% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #59C1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C1EC is #A63E13. Grayscale: #A6A6A6. Windows color (decimal): -10894868 or 15515993. OLE color: 15515993.
HSL color Cylindrical-coordinate representation of color #59C1EC: hue angle of 197.55º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59C1EC is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 193 | 236 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.07 |
| HSL | 197.55º | 0.79% | 0.64% | - |
| HSV(B) | 197.55º | 0.62% | 0.93% | - |
| XYZ | 38.33 | 46.32 | 86.28 | - |
| YUV | 166.81 | 167.04 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 193 | 236 | 0.62 | 0.18 | 0 | 0.07 | 197.55 | 0.79 | 0.64 |
| Hex | 59 | C1 | EC | 3E | 12 | 0 | 7 | C6 | 4F | 40 |
| Octal | 131 | 301 | 354 | 76 | 22 | 0 | 7 | 306 | 117 | 100 |
| Binary | 1011001 | 11000001 | 11101100 | 111110 | 10010 | 0 | 111 | 11000110 | 1001111 | 1000000 |
Color Harmonies of #59C1EC
Complementary color
Monochromatic Colors of #59C1EC
Black with #59C1EC
Text Example
Text Example
White with #59C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C1EC; }
p { color: rgb(89,193,236); }
H1.HeaderClassName
{
color: #59C1EC;
}
.AnyTagClassName
{
color: #59C1EC;
}
</style>
background-color css
<style>
a { background-color: #59C1EC; }
a { background-color: rgb(89,193,236); }
div.DivClassName
{
background-color: #59C1EC;
}
.BgClassName
{
background-color: #59C1EC;
}
</style>
border-color css
<style>
span { border-color: #59C1EC; }
span { border-color: rgb(89,193,236); }
td.TdClassName
{
border-color: #59C1EC;
}
.TagClassName
{
border-color: #59C1EC;
}
</style>