Shades of Malibu #56BCE0
Tints of Malibu #56BCE0
RGB
CMYK
RGB Variations
Color information
#56BCE0 (or 0x56BCE0) is known color: Malibu. HEX triplet: 56, BC and E0. RGB value is (86,188,224). Sum of RGB (Red+Green+Blue) = 86+188+224=498 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.27% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #56BCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCE0 is #A9431F. Grayscale: #A1A1A1. Windows color (decimal): -11092768 or 14728278. OLE color: 14728278.
HSL color Cylindrical-coordinate representation of color #56BCE0: hue angle of 195.65º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56BCE0 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 188 | 224 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.12 |
| HSL | 195.65º | 0.69% | 0.61% | - |
| HSV(B) | 195.65º | 0.62% | 0.88% | - |
| XYZ | 35.28 | 43.33 | 77.02 | - |
| YUV | 161.61 | 163.21 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 224 | 0.62 | 0.16 | 0 | 0.12 | 195.65 | 0.69 | 0.61 |
| Hex | 56 | BC | E0 | 3E | 10 | 0 | C | C4 | 45 | 3D |
| Octal | 126 | 274 | 340 | 76 | 20 | 0 | 14 | 304 | 105 | 75 |
| Binary | 1010110 | 10111100 | 11100000 | 111110 | 10000 | 0 | 1100 | 11000100 | 1000101 | 111101 |
Color Harmonies of #56BCE0
Complementary color
Monochromatic Colors of #56BCE0
Black with #56BCE0
Text Example
Text Example
White with #56BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCE0; }
p { color: rgb(86,188,224); }
H1.HeaderClassName
{
color: #56BCE0;
}
.AnyTagClassName
{
color: #56BCE0;
}
</style>
background-color css
<style>
a { background-color: #56BCE0; }
a { background-color: rgb(86,188,224); }
div.DivClassName
{
background-color: #56BCE0;
}
.BgClassName
{
background-color: #56BCE0;
}
</style>
border-color css
<style>
span { border-color: #56BCE0; }
span { border-color: rgb(86,188,224); }
td.TdClassName
{
border-color: #56BCE0;
}
.TagClassName
{
border-color: #56BCE0;
}
</style>