Shades of Malibu #56BBDC
Tints of Malibu #56BBDC
RGB
CMYK
RGB Variations
Color information
#56BBDC (or 0x56BBDC) is known color: Malibu. HEX triplet: 56, BB and DC. RGB value is (86,187,220). Sum of RGB (Red+Green+Blue) = 86+187+220=493 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.44% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #56BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBDC is #A94423. Grayscale: #A0A0A0. Windows color (decimal): -11093028 or 14465878. OLE color: 14465878.
HSL color Cylindrical-coordinate representation of color #56BBDC: hue angle of 194.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56BBDC is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 187 | 220 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.14 |
| HSL | 194.78º | 0.66% | 0.6% | - |
| HSV(B) | 194.78º | 0.61% | 0.86% | - |
| XYZ | 34.53 | 42.69 | 74.13 | - |
| YUV | 160.56 | 161.54 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 220 | 0.61 | 0.15 | 0 | 0.14 | 194.78 | 0.66 | 0.6 |
| Hex | 56 | BB | DC | 3D | F | 0 | E | C3 | 42 | 3C |
| Octal | 126 | 273 | 334 | 75 | 17 | 0 | 16 | 303 | 102 | 74 |
| Binary | 1010110 | 10111011 | 11011100 | 111101 | 1111 | 0 | 1110 | 11000011 | 1000010 | 111100 |
Color Harmonies of #56BBDC
Complementary color
Monochromatic Colors of #56BBDC
Black with #56BBDC
Text Example
Text Example
White with #56BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBDC; }
p { color: rgb(86,187,220); }
H1.HeaderClassName
{
color: #56BBDC;
}
.AnyTagClassName
{
color: #56BBDC;
}
</style>
background-color css
<style>
a { background-color: #56BBDC; }
a { background-color: rgb(86,187,220); }
div.DivClassName
{
background-color: #56BBDC;
}
.BgClassName
{
background-color: #56BBDC;
}
</style>
border-color css
<style>
span { border-color: #56BBDC; }
span { border-color: rgb(86,187,220); }
td.TdClassName
{
border-color: #56BBDC;
}
.TagClassName
{
border-color: #56BBDC;
}
</style>