Shades of Malibu #56B7D8
Tints of Malibu #56B7D8
RGB
CMYK
RGB Variations
Color information
#56B7D8 (or 0x56B7D8) is known color: Malibu. HEX triplet: 56, B7 and D8. RGB value is (86,183,216). Sum of RGB (Red+Green+Blue) = 86+183+216=485 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.73% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #56B7D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B7D8 is #A94827. Grayscale: #9D9D9D. Windows color (decimal): -11094056 or 14202710. OLE color: 14202710.
HSL color Cylindrical-coordinate representation of color #56B7D8: hue angle of 195.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56B7D8 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 183 | 216 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.15 |
| HSL | 195.23º | 0.63% | 0.59% | - |
| HSV(B) | 195.23º | 0.6% | 0.85% | - |
| XYZ | 33.17 | 40.8 | 71.09 | - |
| YUV | 157.76 | 160.86 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 183 | 216 | 0.60 | 0.15 | 0 | 0.15 | 195.23 | 0.63 | 0.59 |
| Hex | 56 | B7 | D8 | 3C | F | 0 | F | C3 | 3E | 3B |
| Octal | 126 | 267 | 330 | 74 | 17 | 0 | 17 | 303 | 76 | 73 |
| Binary | 1010110 | 10110111 | 11011000 | 111100 | 1111 | 0 | 1111 | 11000011 | 111110 | 111011 |
Color Harmonies of #56B7D8
Complementary color
Monochromatic Colors of #56B7D8
Black with #56B7D8
Text Example
Text Example
White with #56B7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B7D8; }
p { color: rgb(86,183,216); }
H1.HeaderClassName
{
color: #56B7D8;
}
.AnyTagClassName
{
color: #56B7D8;
}
</style>
background-color css
<style>
a { background-color: #56B7D8; }
a { background-color: rgb(86,183,216); }
div.DivClassName
{
background-color: #56B7D8;
}
.BgClassName
{
background-color: #56B7D8;
}
</style>
border-color css
<style>
span { border-color: #56B7D8; }
span { border-color: rgb(86,183,216); }
td.TdClassName
{
border-color: #56B7D8;
}
.TagClassName
{
border-color: #56B7D8;
}
</style>