Shades of Malibu #59C2E7
Tints of Malibu #59C2E7
RGB
CMYK
RGB Variations
Color information
#59C2E7 (or 0x59C2E7) is known color: Malibu. HEX triplet: 59, C2 and E7. RGB value is (89,194,231). Sum of RGB (Red+Green+Blue) = 89+194+231=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #59C2E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C2E7 is #A63D18. Grayscale: #A6A6A6. Windows color (decimal): -10894617 or 15188569. OLE color: 15188569.
HSL color Cylindrical-coordinate representation of color #59C2E7: hue angle of 195.63º 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 #59C2E7 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 194 | 231 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.09 |
| HSL | 195.63º | 0.75% | 0.63% | - |
| HSV(B) | 195.63º | 0.61% | 0.91% | - |
| XYZ | 37.84 | 46.48 | 82.58 | - |
| YUV | 166.82 | 164.21 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 231 | 0.61 | 0.16 | 0 | 0.09 | 195.63 | 0.75 | 0.63 |
| Hex | 59 | C2 | E7 | 3D | 10 | 0 | 9 | C4 | 4B | 3F |
| Octal | 131 | 302 | 347 | 75 | 20 | 0 | 11 | 304 | 113 | 77 |
| Binary | 1011001 | 11000010 | 11100111 | 111101 | 10000 | 0 | 1001 | 11000100 | 1001011 | 111111 |
Color Harmonies of #59C2E7
Complementary color
Monochromatic Colors of #59C2E7
Black with #59C2E7
Text Example
Text Example
White with #59C2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C2E7; }
p { color: rgb(89,194,231); }
H1.HeaderClassName
{
color: #59C2E7;
}
.AnyTagClassName
{
color: #59C2E7;
}
</style>
background-color css
<style>
a { background-color: #59C2E7; }
a { background-color: rgb(89,194,231); }
div.DivClassName
{
background-color: #59C2E7;
}
.BgClassName
{
background-color: #59C2E7;
}
</style>
border-color css
<style>
span { border-color: #59C2E7; }
span { border-color: rgb(89,194,231); }
td.TdClassName
{
border-color: #59C2E7;
}
.TagClassName
{
border-color: #59C2E7;
}
</style>