Shades of Malibu #56BCED
Tints of Malibu #56BCED
RGB
CMYK
RGB Variations
Color information
#56BCED (or 0x56BCED) is known color: Malibu. HEX triplet: 56, BC and ED. RGB value is (86,188,237). Sum of RGB (Red+Green+Blue) = 86+188+237=511 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.83% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #56BCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BCED is #A94312. Grayscale: #A2A2A2. Windows color (decimal): -11092755 or 15580246. OLE color: 15580246.
HSL color Cylindrical-coordinate representation of color #56BCED: hue angle of 199.47º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56BCED is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 188 | 237 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.07 |
| HSL | 199.47º | 0.81% | 0.63% | - |
| HSV(B) | 199.47º | 0.64% | 0.93% | - |
| XYZ | 37.11 | 44.06 | 86.67 | - |
| YUV | 163.09 | 169.71 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 237 | 0.64 | 0.21 | 0 | 0.07 | 199.47 | 0.81 | 0.63 |
| Hex | 56 | BC | ED | 40 | 15 | 0 | 7 | C7 | 51 | 3F |
| Octal | 126 | 274 | 355 | 100 | 25 | 0 | 7 | 307 | 121 | 77 |
| Binary | 1010110 | 10111100 | 11101101 | 1000000 | 10101 | 0 | 111 | 11000111 | 1010001 | 111111 |
Color Harmonies of #56BCED
Complementary color
Monochromatic Colors of #56BCED
Black with #56BCED
Text Example
Text Example
White with #56BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCED; }
p { color: rgb(86,188,237); }
H1.HeaderClassName
{
color: #56BCED;
}
.AnyTagClassName
{
color: #56BCED;
}
</style>
background-color css
<style>
a { background-color: #56BCED; }
a { background-color: rgb(86,188,237); }
div.DivClassName
{
background-color: #56BCED;
}
.BgClassName
{
background-color: #56BCED;
}
</style>
border-color css
<style>
span { border-color: #56BCED; }
span { border-color: rgb(86,188,237); }
td.TdClassName
{
border-color: #56BCED;
}
.TagClassName
{
border-color: #56BCED;
}
</style>