Shades of Malibu #56BDDC
Tints of Malibu #56BDDC
RGB
CMYK
RGB Variations
Color information
#56BDDC (or 0x56BDDC) is known color: Malibu. HEX triplet: 56, BD and DC. RGB value is (86,189,220). Sum of RGB (Red+Green+Blue) = 86+189+220=495 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.37% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #56BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BDDC is #A94223. Grayscale: #A1A1A1. Windows color (decimal): -11092516 or 14466390. OLE color: 14466390.
HSL color Cylindrical-coordinate representation of color #56BDDC: hue angle of 193.88º 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 #56BDDC is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 189 | 220 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.14 |
| HSL | 193.88º | 0.66% | 0.6% | - |
| HSV(B) | 193.88º | 0.61% | 0.86% | - |
| XYZ | 34.95 | 43.54 | 74.27 | - |
| YUV | 161.74 | 160.88 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 220 | 0.61 | 0.14 | 0 | 0.14 | 193.88 | 0.66 | 0.6 |
| Hex | 56 | BD | DC | 3D | E | 0 | E | C2 | 42 | 3C |
| Octal | 126 | 275 | 334 | 75 | 16 | 0 | 16 | 302 | 102 | 74 |
| Binary | 1010110 | 10111101 | 11011100 | 111101 | 1110 | 0 | 1110 | 11000010 | 1000010 | 111100 |
Color Harmonies of #56BDDC
Complementary color
Monochromatic Colors of #56BDDC
Black with #56BDDC
Text Example
Text Example
White with #56BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BDDC; }
p { color: rgb(86,189,220); }
H1.HeaderClassName
{
color: #56BDDC;
}
.AnyTagClassName
{
color: #56BDDC;
}
</style>
background-color css
<style>
a { background-color: #56BDDC; }
a { background-color: rgb(86,189,220); }
div.DivClassName
{
background-color: #56BDDC;
}
.BgClassName
{
background-color: #56BDDC;
}
</style>
border-color css
<style>
span { border-color: #56BDDC; }
span { border-color: rgb(86,189,220); }
td.TdClassName
{
border-color: #56BDDC;
}
.TagClassName
{
border-color: #56BDDC;
}
</style>