Shades of Malibu #59AFDD
Tints of Malibu #59AFDD
RGB
CMYK
RGB Variations
Color information
#59AFDD (or 0x59AFDD) is known color: Malibu. HEX triplet: 59, AF and DD. RGB value is (89,175,221). Sum of RGB (Red+Green+Blue) = 89+175+221=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #59AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AFDD is #A65022. Grayscale: #9A9A9A. Windows color (decimal): -10899491 or 14528345. OLE color: 14528345.
HSL color Cylindrical-coordinate representation of color #59AFDD: hue angle of 200.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59AFDD is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 175 | 221 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.13 |
| HSL | 200.91º | 0.66% | 0.61% | - |
| HSV(B) | 200.91º | 0.6% | 0.87% | - |
| XYZ | 32.5 | 38 | 74.03 | - |
| YUV | 154.53 | 165.51 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 175 | 221 | 0.60 | 0.21 | 0 | 0.13 | 200.91 | 0.66 | 0.61 |
| Hex | 59 | AF | DD | 3C | 15 | 0 | D | C9 | 42 | 3D |
| Octal | 131 | 257 | 335 | 74 | 25 | 0 | 15 | 311 | 102 | 75 |
| Binary | 1011001 | 10101111 | 11011101 | 111100 | 10101 | 0 | 1101 | 11001001 | 1000010 | 111101 |
Color Harmonies of #59AFDD
Complementary color
Monochromatic Colors of #59AFDD
Black with #59AFDD
Text Example
Text Example
White with #59AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AFDD; }
p { color: rgb(89,175,221); }
H1.HeaderClassName
{
color: #59AFDD;
}
.AnyTagClassName
{
color: #59AFDD;
}
</style>
background-color css
<style>
a { background-color: #59AFDD; }
a { background-color: rgb(89,175,221); }
div.DivClassName
{
background-color: #59AFDD;
}
.BgClassName
{
background-color: #59AFDD;
}
</style>
border-color css
<style>
span { border-color: #59AFDD; }
span { border-color: rgb(89,175,221); }
td.TdClassName
{
border-color: #59AFDD;
}
.TagClassName
{
border-color: #59AFDD;
}
</style>