Shades of Malibu #56ADE9
Tints of Malibu #56ADE9
RGB
CMYK
RGB Variations
Color information
#56ADE9 (or 0x56ADE9) is known color: Malibu. HEX triplet: 56, AD and E9. RGB value is (86,173,233). Sum of RGB (Red+Green+Blue) = 86+173+233=492 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.48% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #56ADE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ADE9 is #A95216. Grayscale: #999999. Windows color (decimal): -11096599 or 15314262. OLE color: 15314262.
HSL color Cylindrical-coordinate representation of color #56ADE9: hue angle of 204.49º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56ADE9 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 173 | 233 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.09 |
| HSL | 204.49º | 0.77% | 0.63% | - |
| HSV(B) | 204.49º | 0.63% | 0.91% | - |
| XYZ | 33.49 | 37.75 | 82.61 | - |
| YUV | 153.83 | 172.68 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 233 | 0.63 | 0.26 | 0 | 0.09 | 204.49 | 0.77 | 0.63 |
| Hex | 56 | AD | E9 | 3F | 1A | 0 | 9 | CC | 4D | 3F |
| Octal | 126 | 255 | 351 | 77 | 32 | 0 | 11 | 314 | 115 | 77 |
| Binary | 1010110 | 10101101 | 11101001 | 111111 | 11010 | 0 | 1001 | 11001100 | 1001101 | 111111 |
Color Harmonies of #56ADE9
Complementary color
Monochromatic Colors of #56ADE9
Black with #56ADE9
Text Example
Text Example
White with #56ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ADE9; }
p { color: rgb(86,173,233); }
H1.HeaderClassName
{
color: #56ADE9;
}
.AnyTagClassName
{
color: #56ADE9;
}
</style>
background-color css
<style>
a { background-color: #56ADE9; }
a { background-color: rgb(86,173,233); }
div.DivClassName
{
background-color: #56ADE9;
}
.BgClassName
{
background-color: #56ADE9;
}
</style>
border-color css
<style>
span { border-color: #56ADE9; }
span { border-color: rgb(86,173,233); }
td.TdClassName
{
border-color: #56ADE9;
}
.TagClassName
{
border-color: #56ADE9;
}
</style>