Shades of Malibu #59A8E6
Tints of Malibu #59A8E6
RGB
CMYK
RGB Variations
Color information
#59A8E6 (or 0x59A8E6) is known color: Malibu. HEX triplet: 59, A8 and E6. RGB value is (89,168,230). Sum of RGB (Red+Green+Blue) = 89+168+230=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 230 - color contains mainly: blue. Hex color #59A8E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59A8E6 is #A65719. Grayscale: #979797. Windows color (decimal): -10901274 or 15116377. OLE color: 15116377.
HSL color Cylindrical-coordinate representation of color #59A8E6: hue angle of 206.38º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59A8E6 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 168 | 230 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.10 |
| HSL | 206.38º | 0.74% | 0.63% | - |
| HSV(B) | 206.38º | 0.61% | 0.9% | - |
| XYZ | 32.41 | 35.84 | 80.07 | - |
| YUV | 151.45 | 172.33 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 168 | 230 | 0.61 | 0.27 | 0 | 0.10 | 206.38 | 0.74 | 0.63 |
| Hex | 59 | A8 | E6 | 3D | 1B | 0 | A | CE | 4A | 3F |
| Octal | 131 | 250 | 346 | 75 | 33 | 0 | 12 | 316 | 112 | 77 |
| Binary | 1011001 | 10101000 | 11100110 | 111101 | 11011 | 0 | 1010 | 11001110 | 1001010 | 111111 |
Color Harmonies of #59A8E6
Complementary color
Monochromatic Colors of #59A8E6
Black with #59A8E6
Text Example
Text Example
White with #59A8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A8E6; }
p { color: rgb(89,168,230); }
H1.HeaderClassName
{
color: #59A8E6;
}
.AnyTagClassName
{
color: #59A8E6;
}
</style>
background-color css
<style>
a { background-color: #59A8E6; }
a { background-color: rgb(89,168,230); }
div.DivClassName
{
background-color: #59A8E6;
}
.BgClassName
{
background-color: #59A8E6;
}
</style>
border-color css
<style>
span { border-color: #59A8E6; }
span { border-color: rgb(89,168,230); }
td.TdClassName
{
border-color: #59A8E6;
}
.TagClassName
{
border-color: #59A8E6;
}
</style>