Shades of Malibu #59B3EC
Tints of Malibu #59B3EC
RGB
CMYK
RGB Variations
Color information
#59B3EC (or 0x59B3EC) is known color: Malibu. HEX triplet: 59, B3 and EC. RGB value is (89,179,236). Sum of RGB (Red+Green+Blue) = 89+179+236=504 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.66% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #59B3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59B3EC is #A64C13. Grayscale: #9E9E9E. Windows color (decimal): -10898452 or 15512409. OLE color: 15512409.
HSL color Cylindrical-coordinate representation of color #59B3EC: hue angle of 203.27º 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 #59B3EC is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 179 | 236 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.07 |
| HSL | 203.27º | 0.79% | 0.64% | - |
| HSV(B) | 203.27º | 0.62% | 0.93% | - |
| XYZ | 35.38 | 40.42 | 85.29 | - |
| YUV | 158.59 | 171.68 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 179 | 236 | 0.62 | 0.24 | 0 | 0.07 | 203.27 | 0.79 | 0.64 |
| Hex | 59 | B3 | EC | 3E | 18 | 0 | 7 | CB | 4F | 40 |
| Octal | 131 | 263 | 354 | 76 | 30 | 0 | 7 | 313 | 117 | 100 |
| Binary | 1011001 | 10110011 | 11101100 | 111110 | 11000 | 0 | 111 | 11001011 | 1001111 | 1000000 |
Color Harmonies of #59B3EC
Complementary color
Monochromatic Colors of #59B3EC
Black with #59B3EC
Text Example
Text Example
White with #59B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B3EC; }
p { color: rgb(89,179,236); }
H1.HeaderClassName
{
color: #59B3EC;
}
.AnyTagClassName
{
color: #59B3EC;
}
</style>
background-color css
<style>
a { background-color: #59B3EC; }
a { background-color: rgb(89,179,236); }
div.DivClassName
{
background-color: #59B3EC;
}
.BgClassName
{
background-color: #59B3EC;
}
</style>
border-color css
<style>
span { border-color: #59B3EC; }
span { border-color: rgb(89,179,236); }
td.TdClassName
{
border-color: #59B3EC;
}
.TagClassName
{
border-color: #59B3EC;
}
</style>