Shades of Malibu #56C2DC
Tints of Malibu #56C2DC
RGB
CMYK
RGB Variations
Color information
#56C2DC (or 0x56C2DC) is known color: Malibu. HEX triplet: 56, C2 and DC. RGB value is (86,194,220). Sum of RGB (Red+Green+Blue) = 86+194+220=500 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.2% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #56C2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C2DC is #A93D23. Grayscale: #A4A4A4. Windows color (decimal): -11091236 or 14467670. OLE color: 14467670.
HSL color Cylindrical-coordinate representation of color #56C2DC: hue angle of 191.64º 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 #56C2DC is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 194 | 220 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.14 |
| HSL | 191.64º | 0.66% | 0.6% | - |
| HSV(B) | 191.64º | 0.61% | 0.86% | - |
| XYZ | 36.05 | 45.73 | 74.64 | - |
| YUV | 164.67 | 159.22 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 220 | 0.61 | 0.12 | 0 | 0.14 | 191.64 | 0.66 | 0.6 |
| Hex | 56 | C2 | DC | 3D | C | 0 | E | C0 | 42 | 3C |
| Octal | 126 | 302 | 334 | 75 | 14 | 0 | 16 | 300 | 102 | 74 |
| Binary | 1010110 | 11000010 | 11011100 | 111101 | 1100 | 0 | 1110 | 11000000 | 1000010 | 111100 |
Color Harmonies of #56C2DC
Complementary color
Monochromatic Colors of #56C2DC
Black with #56C2DC
Text Example
Text Example
White with #56C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C2DC; }
p { color: rgb(86,194,220); }
H1.HeaderClassName
{
color: #56C2DC;
}
.AnyTagClassName
{
color: #56C2DC;
}
</style>
background-color css
<style>
a { background-color: #56C2DC; }
a { background-color: rgb(86,194,220); }
div.DivClassName
{
background-color: #56C2DC;
}
.BgClassName
{
background-color: #56C2DC;
}
</style>
border-color css
<style>
span { border-color: #56C2DC; }
span { border-color: rgb(86,194,220); }
td.TdClassName
{
border-color: #56C2DC;
}
.TagClassName
{
border-color: #56C2DC;
}
</style>