Shades of Malibu #59BCEB
Tints of Malibu #59BCEB
RGB
CMYK
RGB Variations
Color information
#59BCEB (or 0x59BCEB) is known color: Malibu. HEX triplet: 59, BC and EB. RGB value is (89,188,235). Sum of RGB (Red+Green+Blue) = 89+188+235=512 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.38% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #59BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BCEB is #A64314. Grayscale: #A3A3A3. Windows color (decimal): -10896149 or 15449177. OLE color: 15449177.
HSL color Cylindrical-coordinate representation of color #59BCEB: hue angle of 199.32º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59BCEB is Cyan = 0.62, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 188 | 235 | - |
| CMYK | 0.62 | 0.2 | 0 | 0.08 |
| HSL | 199.32º | 0.78% | 0.64% | - |
| HSV(B) | 199.32º | 0.62% | 0.92% | - |
| XYZ | 37.1 | 44.09 | 85.15 | - |
| YUV | 163.76 | 168.2 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 235 | 0.62 | 0.2 | 0 | 0.08 | 199.32 | 0.78 | 0.64 |
| Hex | 59 | BC | EB | 3E | 14 | 0 | 8 | C7 | 4E | 40 |
| Octal | 131 | 274 | 353 | 76 | 24 | 0 | 10 | 307 | 116 | 100 |
| Binary | 1011001 | 10111100 | 11101011 | 111110 | 10100 | 0 | 1000 | 11000111 | 1001110 | 1000000 |
Color Harmonies of #59BCEB
Complementary color
Monochromatic Colors of #59BCEB
Black with #59BCEB
Text Example
Text Example
White with #59BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCEB; }
p { color: rgb(89,188,235); }
H1.HeaderClassName
{
color: #59BCEB;
}
.AnyTagClassName
{
color: #59BCEB;
}
</style>
background-color css
<style>
a { background-color: #59BCEB; }
a { background-color: rgb(89,188,235); }
div.DivClassName
{
background-color: #59BCEB;
}
.BgClassName
{
background-color: #59BCEB;
}
</style>
border-color css
<style>
span { border-color: #59BCEB; }
span { border-color: rgb(89,188,235); }
td.TdClassName
{
border-color: #59BCEB;
}
.TagClassName
{
border-color: #59BCEB;
}
</style>