Shades of Malibu #59B8F7
Tints of Malibu #59B8F7
RGB
CMYK
RGB Variations
Color information
#59B8F7 (or 0x59B8F7) is known color: Malibu. HEX triplet: 59, B8 and F7. RGB value is (89,184,247). Sum of RGB (Red+Green+Blue) = 89+184+247=520 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.12% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #59B8F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59B8F7 is #A64708. Grayscale: #A2A2A2. Windows color (decimal): -10897161 or 16234585. OLE color: 16234585.
HSL color Cylindrical-coordinate representation of color #59B8F7: hue angle of 203.92º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59B8F7 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 184 | 247 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.03 |
| HSL | 203.92º | 0.91% | 0.66% | - |
| HSV(B) | 203.92º | 0.64% | 0.97% | - |
| XYZ | 38.05 | 43.12 | 94.31 | - |
| YUV | 162.78 | 175.53 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 184 | 247 | 0.64 | 0.26 | 0 | 0.03 | 203.92 | 0.91 | 0.66 |
| Hex | 59 | B8 | F7 | 40 | 1A | 0 | 3 | CC | 5B | 42 |
| Octal | 131 | 270 | 367 | 100 | 32 | 0 | 3 | 314 | 133 | 102 |
| Binary | 1011001 | 10111000 | 11110111 | 1000000 | 11010 | 0 | 11 | 11001100 | 1011011 | 1000010 |
Color Harmonies of #59B8F7
Complementary color
Monochromatic Colors of #59B8F7
Black with #59B8F7
Text Example
Text Example
White with #59B8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B8F7; }
p { color: rgb(89,184,247); }
H1.HeaderClassName
{
color: #59B8F7;
}
.AnyTagClassName
{
color: #59B8F7;
}
</style>
background-color css
<style>
a { background-color: #59B8F7; }
a { background-color: rgb(89,184,247); }
div.DivClassName
{
background-color: #59B8F7;
}
.BgClassName
{
background-color: #59B8F7;
}
</style>
border-color css
<style>
span { border-color: #59B8F7; }
span { border-color: rgb(89,184,247); }
td.TdClassName
{
border-color: #59B8F7;
}
.TagClassName
{
border-color: #59B8F7;
}
</style>