Shades of Malibu #59B8EC
Tints of Malibu #59B8EC
RGB
CMYK
RGB Variations
Color information
#59B8EC (or 0x59B8EC) is known color: Malibu. HEX triplet: 59, B8 and EC. RGB value is (89,184,236). Sum of RGB (Red+Green+Blue) = 89+184+236=509 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.49% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #59B8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59B8EC is #A64713. Grayscale: #A1A1A1. Windows color (decimal): -10897172 or 15513689. OLE color: 15513689.
HSL color Cylindrical-coordinate representation of color #59B8EC: hue angle of 201.22º 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 #59B8EC is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 184 | 236 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.07 |
| HSL | 201.22º | 0.79% | 0.64% | - |
| HSV(B) | 201.22º | 0.62% | 0.93% | - |
| XYZ | 36.4 | 42.46 | 85.63 | - |
| YUV | 161.52 | 170.03 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 184 | 236 | 0.62 | 0.22 | 0 | 0.07 | 201.22 | 0.79 | 0.64 |
| Hex | 59 | B8 | EC | 3E | 16 | 0 | 7 | C9 | 4F | 40 |
| Octal | 131 | 270 | 354 | 76 | 26 | 0 | 7 | 311 | 117 | 100 |
| Binary | 1011001 | 10111000 | 11101100 | 111110 | 10110 | 0 | 111 | 11001001 | 1001111 | 1000000 |
Color Harmonies of #59B8EC
Complementary color
Monochromatic Colors of #59B8EC
Black with #59B8EC
Text Example
Text Example
White with #59B8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B8EC; }
p { color: rgb(89,184,236); }
H1.HeaderClassName
{
color: #59B8EC;
}
.AnyTagClassName
{
color: #59B8EC;
}
</style>
background-color css
<style>
a { background-color: #59B8EC; }
a { background-color: rgb(89,184,236); }
div.DivClassName
{
background-color: #59B8EC;
}
.BgClassName
{
background-color: #59B8EC;
}
</style>
border-color css
<style>
span { border-color: #59B8EC; }
span { border-color: rgb(89,184,236); }
td.TdClassName
{
border-color: #59B8EC;
}
.TagClassName
{
border-color: #59B8EC;
}
</style>