Shades of Malibu #59ADEF
Tints of Malibu #59ADEF
RGB
CMYK
RGB Variations
Color information
#59ADEF (or 0x59ADEF) is known color: Malibu. HEX triplet: 59, AD and EF. RGB value is (89,173,239). Sum of RGB (Red+Green+Blue) = 89+173+239=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #59ADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59ADEF is #A65210. Grayscale: #9B9B9B. Windows color (decimal): -10899985 or 15707481. OLE color: 15707481.
HSL color Cylindrical-coordinate representation of color #59ADEF: hue angle of 206.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59ADEF is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 173 | 239 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.06 |
| HSL | 206.4º | 0.82% | 0.64% | - |
| HSV(B) | 206.4º | 0.63% | 0.94% | - |
| XYZ | 34.64 | 38.24 | 87.22 | - |
| YUV | 155.41 | 175.17 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 239 | 0.63 | 0.28 | 0 | 0.06 | 206.4 | 0.82 | 0.64 |
| Hex | 59 | AD | EF | 3F | 1C | 0 | 6 | CE | 52 | 40 |
| Octal | 131 | 255 | 357 | 77 | 34 | 0 | 6 | 316 | 122 | 100 |
| Binary | 1011001 | 10101101 | 11101111 | 111111 | 11100 | 0 | 110 | 11001110 | 1010010 | 1000000 |
Color Harmonies of #59ADEF
Complementary color
Monochromatic Colors of #59ADEF
Black with #59ADEF
Text Example
Text Example
White with #59ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ADEF; }
p { color: rgb(89,173,239); }
H1.HeaderClassName
{
color: #59ADEF;
}
.AnyTagClassName
{
color: #59ADEF;
}
</style>
background-color css
<style>
a { background-color: #59ADEF; }
a { background-color: rgb(89,173,239); }
div.DivClassName
{
background-color: #59ADEF;
}
.BgClassName
{
background-color: #59ADEF;
}
</style>
border-color css
<style>
span { border-color: #59ADEF; }
span { border-color: rgb(89,173,239); }
td.TdClassName
{
border-color: #59ADEF;
}
.TagClassName
{
border-color: #59ADEF;
}
</style>