Shades of Malibu #56AFDD
Tints of Malibu #56AFDD
RGB
CMYK
RGB Variations
Color information
#56AFDD (or 0x56AFDD) is known color: Malibu. HEX triplet: 56, AF and DD. RGB value is (86,175,221). Sum of RGB (Red+Green+Blue) = 86+175+221=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #56AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AFDD is #A95022. Grayscale: #999999. Windows color (decimal): -11096099 or 14528342. OLE color: 14528342.
HSL color Cylindrical-coordinate representation of color #56AFDD: hue angle of 200.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56AFDD is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 175 | 221 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.13 |
| HSL | 200.44º | 0.67% | 0.6% | - |
| HSV(B) | 200.44º | 0.61% | 0.87% | - |
| XYZ | 32.22 | 37.86 | 74.02 | - |
| YUV | 153.63 | 166.01 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 175 | 221 | 0.61 | 0.21 | 0 | 0.13 | 200.44 | 0.67 | 0.6 |
| Hex | 56 | AF | DD | 3D | 15 | 0 | D | C8 | 43 | 3C |
| Octal | 126 | 257 | 335 | 75 | 25 | 0 | 15 | 310 | 103 | 74 |
| Binary | 1010110 | 10101111 | 11011101 | 111101 | 10101 | 0 | 1101 | 11001000 | 1000011 | 111100 |
Color Harmonies of #56AFDD
Complementary color
Monochromatic Colors of #56AFDD
Black with #56AFDD
Text Example
Text Example
White with #56AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AFDD; }
p { color: rgb(86,175,221); }
H1.HeaderClassName
{
color: #56AFDD;
}
.AnyTagClassName
{
color: #56AFDD;
}
</style>
background-color css
<style>
a { background-color: #56AFDD; }
a { background-color: rgb(86,175,221); }
div.DivClassName
{
background-color: #56AFDD;
}
.BgClassName
{
background-color: #56AFDD;
}
</style>
border-color css
<style>
span { border-color: #56AFDD; }
span { border-color: rgb(86,175,221); }
td.TdClassName
{
border-color: #56AFDD;
}
.TagClassName
{
border-color: #56AFDD;
}
</style>