Shades of Malibu #59AEF5
Tints of Malibu #59AEF5
RGB
CMYK
RGB Variations
Color information
#59AEF5 (or 0x59AEF5) is known color: Malibu. HEX triplet: 59, AE and F5. RGB value is (89,174,245). Sum of RGB (Red+Green+Blue) = 89+174+245=508 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.52% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 245 (96.09% from 255 or 48.23% from 508); Max value from RGB is 245 - color contains mainly: blue. Hex color #59AEF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59AEF5 is #A6510A. Grayscale: #9C9C9C. Windows color (decimal): -10899723 or 16100953. OLE color: 16100953.
HSL color Cylindrical-coordinate representation of color #59AEF5: hue angle of 207.31º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59AEF5 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 174 | 245 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.04 |
| HSL | 207.31º | 0.89% | 0.65% | - |
| HSV(B) | 207.31º | 0.64% | 0.96% | - |
| XYZ | 35.74 | 38.99 | 92.03 | - |
| YUV | 156.68 | 177.84 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 174 | 245 | 0.64 | 0.29 | 0 | 0.04 | 207.31 | 0.89 | 0.65 |
| Hex | 59 | AE | F5 | 40 | 1D | 0 | 4 | CF | 59 | 41 |
| Octal | 131 | 256 | 365 | 100 | 35 | 0 | 4 | 317 | 131 | 101 |
| Binary | 1011001 | 10101110 | 11110101 | 1000000 | 11101 | 0 | 100 | 11001111 | 1011001 | 1000001 |
Color Harmonies of #59AEF5
Complementary color
Monochromatic Colors of #59AEF5
Black with #59AEF5
Text Example
Text Example
White with #59AEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AEF5; }
p { color: rgb(89,174,245); }
H1.HeaderClassName
{
color: #59AEF5;
}
.AnyTagClassName
{
color: #59AEF5;
}
</style>
background-color css
<style>
a { background-color: #59AEF5; }
a { background-color: rgb(89,174,245); }
div.DivClassName
{
background-color: #59AEF5;
}
.BgClassName
{
background-color: #59AEF5;
}
</style>
border-color css
<style>
span { border-color: #59AEF5; }
span { border-color: rgb(89,174,245); }
td.TdClassName
{
border-color: #59AEF5;
}
.TagClassName
{
border-color: #59AEF5;
}
</style>