Shades of Malibu #56ADEF
Tints of Malibu #56ADEF
RGB
CMYK
RGB Variations
Color information
#56ADEF (or 0x56ADEF) is known color: Malibu. HEX triplet: 56, AD and EF. RGB value is (86,173,239). Sum of RGB (Red+Green+Blue) = 86+173+239=498 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.27% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #56ADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56ADEF is #A95210. Grayscale: #9A9A9A. Windows color (decimal): -11096593 or 15707478. OLE color: 15707478.
HSL color Cylindrical-coordinate representation of color #56ADEF: hue angle of 205.88º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56ADEF is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 173 | 239 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.06 |
| HSL | 205.88º | 0.83% | 0.64% | - |
| HSV(B) | 205.88º | 0.64% | 0.94% | - |
| XYZ | 34.36 | 38.1 | 87.2 | - |
| YUV | 154.51 | 175.68 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 239 | 0.64 | 0.28 | 0 | 0.06 | 205.88 | 0.83 | 0.64 |
| Hex | 56 | AD | EF | 40 | 1C | 0 | 6 | CE | 53 | 40 |
| Octal | 126 | 255 | 357 | 100 | 34 | 0 | 6 | 316 | 123 | 100 |
| Binary | 1010110 | 10101101 | 11101111 | 1000000 | 11100 | 0 | 110 | 11001110 | 1010011 | 1000000 |
Color Harmonies of #56ADEF
Complementary color
Monochromatic Colors of #56ADEF
Black with #56ADEF
Text Example
Text Example
White with #56ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ADEF; }
p { color: rgb(86,173,239); }
H1.HeaderClassName
{
color: #56ADEF;
}
.AnyTagClassName
{
color: #56ADEF;
}
</style>
background-color css
<style>
a { background-color: #56ADEF; }
a { background-color: rgb(86,173,239); }
div.DivClassName
{
background-color: #56ADEF;
}
.BgClassName
{
background-color: #56ADEF;
}
</style>
border-color css
<style>
span { border-color: #56ADEF; }
span { border-color: rgb(86,173,239); }
td.TdClassName
{
border-color: #56ADEF;
}
.TagClassName
{
border-color: #56ADEF;
}
</style>