Shades of Malibu #59ADF0
Tints of Malibu #59ADF0
RGB
CMYK
RGB Variations
Color information
#59ADF0 (or 0x59ADF0) is known color: Malibu. HEX triplet: 59, AD and F0. RGB value is (89,173,240). Sum of RGB (Red+Green+Blue) = 89+173+240=502 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.73% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #59ADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59ADF0 is #A6520F. Grayscale: #9B9B9B. Windows color (decimal): -10899984 or 15773017. OLE color: 15773017.
HSL color Cylindrical-coordinate representation of color #59ADF0: hue angle of 206.62º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59ADF0 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 173 | 240 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.06 |
| HSL | 206.62º | 0.83% | 0.65% | - |
| HSV(B) | 206.62º | 0.63% | 0.94% | - |
| XYZ | 34.79 | 38.3 | 88 | - |
| YUV | 155.52 | 175.67 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 240 | 0.63 | 0.28 | 0 | 0.06 | 206.62 | 0.83 | 0.65 |
| Hex | 59 | AD | F0 | 3F | 1C | 0 | 6 | CF | 53 | 41 |
| Octal | 131 | 255 | 360 | 77 | 34 | 0 | 6 | 317 | 123 | 101 |
| Binary | 1011001 | 10101101 | 11110000 | 111111 | 11100 | 0 | 110 | 11001111 | 1010011 | 1000001 |
Color Harmonies of #59ADF0
Complementary color
Monochromatic Colors of #59ADF0
Black with #59ADF0
Text Example
Text Example
White with #59ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ADF0; }
p { color: rgb(89,173,240); }
H1.HeaderClassName
{
color: #59ADF0;
}
.AnyTagClassName
{
color: #59ADF0;
}
</style>
background-color css
<style>
a { background-color: #59ADF0; }
a { background-color: rgb(89,173,240); }
div.DivClassName
{
background-color: #59ADF0;
}
.BgClassName
{
background-color: #59ADF0;
}
</style>
border-color css
<style>
span { border-color: #59ADF0; }
span { border-color: rgb(89,173,240); }
td.TdClassName
{
border-color: #59ADF0;
}
.TagClassName
{
border-color: #59ADF0;
}
</style>