Shades of Malibu #59AAF2
Tints of Malibu #59AAF2
RGB
CMYK
RGB Variations
Color information
#59AAF2 (or 0x59AAF2) is known color: Malibu. HEX triplet: 59, AA and F2. RGB value is (89,170,242). Sum of RGB (Red+Green+Blue) = 89+170+242=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #59AAF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59AAF2 is #A6550D. Grayscale: #999999. Windows color (decimal): -10900750 or 15903321. OLE color: 15903321.
HSL color Cylindrical-coordinate representation of color #59AAF2: hue angle of 208.24º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59AAF2 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 170 | 242 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.05 |
| HSL | 208.24º | 0.85% | 0.65% | - |
| HSV(B) | 208.24º | 0.63% | 0.95% | - |
| XYZ | 34.52 | 37.28 | 89.38 | - |
| YUV | 153.99 | 177.66 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 242 | 0.63 | 0.30 | 0 | 0.05 | 208.24 | 0.85 | 0.65 |
| Hex | 59 | AA | F2 | 3F | 1E | 0 | 5 | D0 | 55 | 41 |
| Octal | 131 | 252 | 362 | 77 | 36 | 0 | 5 | 320 | 125 | 101 |
| Binary | 1011001 | 10101010 | 11110010 | 111111 | 11110 | 0 | 101 | 11010000 | 1010101 | 1000001 |
Color Harmonies of #59AAF2
Complementary color
Monochromatic Colors of #59AAF2
Black with #59AAF2
Text Example
Text Example
White with #59AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AAF2; }
p { color: rgb(89,170,242); }
H1.HeaderClassName
{
color: #59AAF2;
}
.AnyTagClassName
{
color: #59AAF2;
}
</style>
background-color css
<style>
a { background-color: #59AAF2; }
a { background-color: rgb(89,170,242); }
div.DivClassName
{
background-color: #59AAF2;
}
.BgClassName
{
background-color: #59AAF2;
}
</style>
border-color css
<style>
span { border-color: #59AAF2; }
span { border-color: rgb(89,170,242); }
td.TdClassName
{
border-color: #59AAF2;
}
.TagClassName
{
border-color: #59AAF2;
}
</style>