Shades of Malibu #56C6DC
Tints of Malibu #56C6DC
RGB
CMYK
RGB Variations
Color information
#56C6DC (or 0x56C6DC) is known color: Malibu. HEX triplet: 56, C6 and DC. RGB value is (86,198,220). Sum of RGB (Red+Green+Blue) = 86+198+220=504 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.06% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #56C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C6DC is #A93923. Grayscale: #A6A6A6. Windows color (decimal): -11090212 or 14468694. OLE color: 14468694.
HSL color Cylindrical-coordinate representation of color #56C6DC: hue angle of 189.85º 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 #56C6DC is Cyan = 0.61, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 198 | 220 | - |
| CMYK | 0.61 | 0.1 | 0 | 0.14 |
| HSL | 189.85º | 0.66% | 0.6% | - |
| HSV(B) | 189.85º | 0.61% | 0.86% | - |
| XYZ | 36.95 | 47.53 | 74.94 | - |
| YUV | 167.02 | 157.89 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 198 | 220 | 0.61 | 0.1 | 0 | 0.14 | 189.85 | 0.66 | 0.6 |
| Hex | 56 | C6 | DC | 3D | A | 0 | E | BE | 42 | 3C |
| Octal | 126 | 306 | 334 | 75 | 12 | 0 | 16 | 276 | 102 | 74 |
| Binary | 1010110 | 11000110 | 11011100 | 111101 | 1010 | 0 | 1110 | 10111110 | 1000010 | 111100 |
Color Harmonies of #56C6DC
Complementary color
Monochromatic Colors of #56C6DC
Black with #56C6DC
Text Example
Text Example
White with #56C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C6DC; }
p { color: rgb(86,198,220); }
H1.HeaderClassName
{
color: #56C6DC;
}
.AnyTagClassName
{
color: #56C6DC;
}
</style>
background-color css
<style>
a { background-color: #56C6DC; }
a { background-color: rgb(86,198,220); }
div.DivClassName
{
background-color: #56C6DC;
}
.BgClassName
{
background-color: #56C6DC;
}
</style>
border-color css
<style>
span { border-color: #56C6DC; }
span { border-color: rgb(86,198,220); }
td.TdClassName
{
border-color: #56C6DC;
}
.TagClassName
{
border-color: #56C6DC;
}
</style>