Shades of Malibu #59B5EC
Tints of Malibu #59B5EC
RGB
CMYK
RGB Variations
Color information
#59B5EC (or 0x59B5EC) is known color: Malibu. HEX triplet: 59, B5 and EC. RGB value is (89,181,236). Sum of RGB (Red+Green+Blue) = 89+181+236=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #59B5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59B5EC is #A64A13. Grayscale: #9F9F9F. Windows color (decimal): -10897940 or 15512921. OLE color: 15512921.
HSL color Cylindrical-coordinate representation of color #59B5EC: hue angle of 202.45º 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 #59B5EC is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 181 | 236 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.07 |
| HSL | 202.45º | 0.79% | 0.64% | - |
| HSV(B) | 202.45º | 0.62% | 0.93% | - |
| XYZ | 35.78 | 41.23 | 85.43 | - |
| YUV | 159.76 | 171.02 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 181 | 236 | 0.62 | 0.23 | 0 | 0.07 | 202.45 | 0.79 | 0.64 |
| Hex | 59 | B5 | EC | 3E | 17 | 0 | 7 | CA | 4F | 40 |
| Octal | 131 | 265 | 354 | 76 | 27 | 0 | 7 | 312 | 117 | 100 |
| Binary | 1011001 | 10110101 | 11101100 | 111110 | 10111 | 0 | 111 | 11001010 | 1001111 | 1000000 |
Color Harmonies of #59B5EC
Complementary color
Monochromatic Colors of #59B5EC
Black with #59B5EC
Text Example
Text Example
White with #59B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B5EC; }
p { color: rgb(89,181,236); }
H1.HeaderClassName
{
color: #59B5EC;
}
.AnyTagClassName
{
color: #59B5EC;
}
</style>
background-color css
<style>
a { background-color: #59B5EC; }
a { background-color: rgb(89,181,236); }
div.DivClassName
{
background-color: #59B5EC;
}
.BgClassName
{
background-color: #59B5EC;
}
</style>
border-color css
<style>
span { border-color: #59B5EC; }
span { border-color: rgb(89,181,236); }
td.TdClassName
{
border-color: #59B5EC;
}
.TagClassName
{
border-color: #59B5EC;
}
</style>