Shades of Malibu #59C1EF
Tints of Malibu #59C1EF
RGB
CMYK
RGB Variations
Color information
#59C1EF (or 0x59C1EF) is known color: Malibu. HEX triplet: 59, C1 and EF. RGB value is (89,193,239). Sum of RGB (Red+Green+Blue) = 89+193+239=521 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.08% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #59C1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C1EF is #A63E10. Grayscale: #A6A6A6. Windows color (decimal): -10894865 or 15712601. OLE color: 15712601.
HSL color Cylindrical-coordinate representation of color #59C1EF: hue angle of 198.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59C1EF is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 193 | 239 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.06 |
| HSL | 198.4º | 0.82% | 0.64% | - |
| HSV(B) | 198.4º | 0.63% | 0.94% | - |
| XYZ | 38.77 | 46.5 | 88.59 | - |
| YUV | 167.15 | 168.54 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 193 | 239 | 0.63 | 0.19 | 0 | 0.06 | 198.4 | 0.82 | 0.64 |
| Hex | 59 | C1 | EF | 3F | 13 | 0 | 6 | C6 | 52 | 40 |
| Octal | 131 | 301 | 357 | 77 | 23 | 0 | 6 | 306 | 122 | 100 |
| Binary | 1011001 | 11000001 | 11101111 | 111111 | 10011 | 0 | 110 | 11000110 | 1010010 | 1000000 |
Color Harmonies of #59C1EF
Complementary color
Monochromatic Colors of #59C1EF
Black with #59C1EF
Text Example
Text Example
White with #59C1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C1EF; }
p { color: rgb(89,193,239); }
H1.HeaderClassName
{
color: #59C1EF;
}
.AnyTagClassName
{
color: #59C1EF;
}
</style>
background-color css
<style>
a { background-color: #59C1EF; }
a { background-color: rgb(89,193,239); }
div.DivClassName
{
background-color: #59C1EF;
}
.BgClassName
{
background-color: #59C1EF;
}
</style>
border-color css
<style>
span { border-color: #59C1EF; }
span { border-color: rgb(89,193,239); }
td.TdClassName
{
border-color: #59C1EF;
}
.TagClassName
{
border-color: #59C1EF;
}
</style>