Shades of Malibu #59BAEF
Tints of Malibu #59BAEF
RGB
CMYK
RGB Variations
Color information
#59BAEF (or 0x59BAEF) is known color: Malibu. HEX triplet: 59, BA and EF. RGB value is (89,186,239). Sum of RGB (Red+Green+Blue) = 89+186+239=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #59BAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BAEF is #A64510. Grayscale: #A2A2A2. Windows color (decimal): -10896657 or 15710809. OLE color: 15710809.
HSL color Cylindrical-coordinate representation of color #59BAEF: hue angle of 201.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59BAEF is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 186 | 239 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.06 |
| HSL | 201.2º | 0.82% | 0.64% | - |
| HSV(B) | 201.2º | 0.63% | 0.94% | - |
| XYZ | 37.26 | 43.47 | 88.09 | - |
| YUV | 163.04 | 170.86 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 239 | 0.63 | 0.22 | 0 | 0.06 | 201.2 | 0.82 | 0.64 |
| Hex | 59 | BA | EF | 3F | 16 | 0 | 6 | C9 | 52 | 40 |
| Octal | 131 | 272 | 357 | 77 | 26 | 0 | 6 | 311 | 122 | 100 |
| Binary | 1011001 | 10111010 | 11101111 | 111111 | 10110 | 0 | 110 | 11001001 | 1010010 | 1000000 |
Color Harmonies of #59BAEF
Complementary color
Monochromatic Colors of #59BAEF
Black with #59BAEF
Text Example
Text Example
White with #59BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BAEF; }
p { color: rgb(89,186,239); }
H1.HeaderClassName
{
color: #59BAEF;
}
.AnyTagClassName
{
color: #59BAEF;
}
</style>
background-color css
<style>
a { background-color: #59BAEF; }
a { background-color: rgb(89,186,239); }
div.DivClassName
{
background-color: #59BAEF;
}
.BgClassName
{
background-color: #59BAEF;
}
</style>
border-color css
<style>
span { border-color: #59BAEF; }
span { border-color: rgb(89,186,239); }
td.TdClassName
{
border-color: #59BAEF;
}
.TagClassName
{
border-color: #59BAEF;
}
</style>