Shades of Malibu #59B8EF
Tints of Malibu #59B8EF
RGB
CMYK
RGB Variations
Color information
#59B8EF (or 0x59B8EF) is known color: Malibu. HEX triplet: 59, B8 and EF. RGB value is (89,184,239). Sum of RGB (Red+Green+Blue) = 89+184+239=512 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.38% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #59B8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59B8EF is #A64710. Grayscale: #A1A1A1. Windows color (decimal): -10897169 or 15710297. OLE color: 15710297.
HSL color Cylindrical-coordinate representation of color #59B8EF: hue angle of 202º 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 #59B8EF is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 184 | 239 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.06 |
| HSL | 202º | 0.82% | 0.64% | - |
| HSV(B) | 202º | 0.63% | 0.94% | - |
| XYZ | 36.84 | 42.64 | 87.95 | - |
| YUV | 161.87 | 171.53 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 184 | 239 | 0.63 | 0.23 | 0 | 0.06 | 202 | 0.82 | 0.64 |
| Hex | 59 | B8 | EF | 3F | 17 | 0 | 6 | CA | 52 | 40 |
| Octal | 131 | 270 | 357 | 77 | 27 | 0 | 6 | 312 | 122 | 100 |
| Binary | 1011001 | 10111000 | 11101111 | 111111 | 10111 | 0 | 110 | 11001010 | 1010010 | 1000000 |
Color Harmonies of #59B8EF
Complementary color
Monochromatic Colors of #59B8EF
Black with #59B8EF
Text Example
Text Example
White with #59B8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B8EF; }
p { color: rgb(89,184,239); }
H1.HeaderClassName
{
color: #59B8EF;
}
.AnyTagClassName
{
color: #59B8EF;
}
</style>
background-color css
<style>
a { background-color: #59B8EF; }
a { background-color: rgb(89,184,239); }
div.DivClassName
{
background-color: #59B8EF;
}
.BgClassName
{
background-color: #59B8EF;
}
</style>
border-color css
<style>
span { border-color: #59B8EF; }
span { border-color: rgb(89,184,239); }
td.TdClassName
{
border-color: #59B8EF;
}
.TagClassName
{
border-color: #59B8EF;
}
</style>