Shades of Malibu #59AFDB
Tints of Malibu #59AFDB
RGB
CMYK
RGB Variations
Color information
#59AFDB (or 0x59AFDB) is known color: Malibu. HEX triplet: 59, AF and DB. RGB value is (89,175,219). Sum of RGB (Red+Green+Blue) = 89+175+219=483 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.43% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #59AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AFDB is #A65024. Grayscale: #9A9A9A. Windows color (decimal): -10899493 or 14397273. OLE color: 14397273.
HSL color Cylindrical-coordinate representation of color #59AFDB: hue angle of 200.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59AFDB is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 175 | 219 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.14 |
| HSL | 200.31º | 0.64% | 0.6% | - |
| HSV(B) | 200.31º | 0.59% | 0.86% | - |
| XYZ | 32.24 | 37.9 | 72.63 | - |
| YUV | 154.3 | 164.51 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 175 | 219 | 0.59 | 0.20 | 0 | 0.14 | 200.31 | 0.64 | 0.6 |
| Hex | 59 | AF | DB | 3B | 14 | 0 | E | C8 | 40 | 3C |
| Octal | 131 | 257 | 333 | 73 | 24 | 0 | 16 | 310 | 100 | 74 |
| Binary | 1011001 | 10101111 | 11011011 | 111011 | 10100 | 0 | 1110 | 11001000 | 1000000 | 111100 |
Color Harmonies of #59AFDB
Complementary color
Monochromatic Colors of #59AFDB
Black with #59AFDB
Text Example
Text Example
White with #59AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AFDB; }
p { color: rgb(89,175,219); }
H1.HeaderClassName
{
color: #59AFDB;
}
.AnyTagClassName
{
color: #59AFDB;
}
</style>
background-color css
<style>
a { background-color: #59AFDB; }
a { background-color: rgb(89,175,219); }
div.DivClassName
{
background-color: #59AFDB;
}
.BgClassName
{
background-color: #59AFDB;
}
</style>
border-color css
<style>
span { border-color: #59AFDB; }
span { border-color: rgb(89,175,219); }
td.TdClassName
{
border-color: #59AFDB;
}
.TagClassName
{
border-color: #59AFDB;
}
</style>