Shades of Malibu #56C3DC
Tints of Malibu #56C3DC
RGB
CMYK
RGB Variations
Color information
#56C3DC (or 0x56C3DC) is known color: Malibu. HEX triplet: 56, C3 and DC. RGB value is (86,195,220). Sum of RGB (Red+Green+Blue) = 86+195+220=501 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.17% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #56C3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C3DC is #A93C23. Grayscale: #A5A5A5. Windows color (decimal): -11090980 or 14467926. OLE color: 14467926.
HSL color Cylindrical-coordinate representation of color #56C3DC: hue angle of 191.19º 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 #56C3DC is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 195 | 220 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.14 |
| HSL | 191.19º | 0.66% | 0.6% | - |
| HSV(B) | 191.19º | 0.61% | 0.86% | - |
| XYZ | 36.27 | 46.18 | 74.71 | - |
| YUV | 165.26 | 158.89 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 195 | 220 | 0.61 | 0.11 | 0 | 0.14 | 191.19 | 0.66 | 0.6 |
| Hex | 56 | C3 | DC | 3D | B | 0 | E | BF | 42 | 3C |
| Octal | 126 | 303 | 334 | 75 | 13 | 0 | 16 | 277 | 102 | 74 |
| Binary | 1010110 | 11000011 | 11011100 | 111101 | 1011 | 0 | 1110 | 10111111 | 1000010 | 111100 |
Color Harmonies of #56C3DC
Complementary color
Monochromatic Colors of #56C3DC
Black with #56C3DC
Text Example
Text Example
White with #56C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C3DC; }
p { color: rgb(86,195,220); }
H1.HeaderClassName
{
color: #56C3DC;
}
.AnyTagClassName
{
color: #56C3DC;
}
</style>
background-color css
<style>
a { background-color: #56C3DC; }
a { background-color: rgb(86,195,220); }
div.DivClassName
{
background-color: #56C3DC;
}
.BgClassName
{
background-color: #56C3DC;
}
</style>
border-color css
<style>
span { border-color: #56C3DC; }
span { border-color: rgb(86,195,220); }
td.TdClassName
{
border-color: #56C3DC;
}
.TagClassName
{
border-color: #56C3DC;
}
</style>