Shades of Malibu #56C0E6
Tints of Malibu #56C0E6
RGB
CMYK
RGB Variations
Color information
#56C0E6 (or 0x56C0E6) is known color: Malibu. HEX triplet: 56, C0 and E6. RGB value is (86,192,230). Sum of RGB (Red+Green+Blue) = 86+192+230=508 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.93% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #56C0E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C0E6 is #A93F19. Grayscale: #A4A4A4. Windows color (decimal): -11091738 or 15122518. OLE color: 15122518.
HSL color Cylindrical-coordinate representation of color #56C0E6: hue angle of 195.83º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56C0E6 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 192 | 230 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.10 |
| HSL | 195.83º | 0.74% | 0.62% | - |
| HSV(B) | 195.83º | 0.63% | 0.9% | - |
| XYZ | 36.97 | 45.39 | 81.68 | - |
| YUV | 164.64 | 164.88 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 230 | 0.63 | 0.17 | 0 | 0.10 | 195.83 | 0.74 | 0.62 |
| Hex | 56 | C0 | E6 | 3F | 11 | 0 | A | C4 | 4A | 3E |
| Octal | 126 | 300 | 346 | 77 | 21 | 0 | 12 | 304 | 112 | 76 |
| Binary | 1010110 | 11000000 | 11100110 | 111111 | 10001 | 0 | 1010 | 11000100 | 1001010 | 111110 |
Color Harmonies of #56C0E6
Complementary color
Monochromatic Colors of #56C0E6
Black with #56C0E6
Text Example
Text Example
White with #56C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C0E6; }
p { color: rgb(86,192,230); }
H1.HeaderClassName
{
color: #56C0E6;
}
.AnyTagClassName
{
color: #56C0E6;
}
</style>
background-color css
<style>
a { background-color: #56C0E6; }
a { background-color: rgb(86,192,230); }
div.DivClassName
{
background-color: #56C0E6;
}
.BgClassName
{
background-color: #56C0E6;
}
</style>
border-color css
<style>
span { border-color: #56C0E6; }
span { border-color: rgb(86,192,230); }
td.TdClassName
{
border-color: #56C0E6;
}
.TagClassName
{
border-color: #56C0E6;
}
</style>