Shades of Malibu #56BBEC
Tints of Malibu #56BBEC
RGB
CMYK
RGB Variations
Color information
#56BBEC (or 0x56BBEC) is known color: Malibu. HEX triplet: 56, BB and EC. RGB value is (86,187,236). Sum of RGB (Red+Green+Blue) = 86+187+236=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #56BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BBEC is #A94413. Grayscale: #A2A2A2. Windows color (decimal): -11093012 or 15514454. OLE color: 15514454.
HSL color Cylindrical-coordinate representation of color #56BBEC: hue angle of 199.6º degrees, saturation: 0.8, 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 #56BBEC is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 187 | 236 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.07 |
| HSL | 199.6º | 0.8% | 0.63% | - |
| HSV(B) | 199.6º | 0.64% | 0.93% | - |
| XYZ | 36.75 | 43.58 | 85.83 | - |
| YUV | 162.39 | 169.54 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 236 | 0.64 | 0.21 | 0 | 0.07 | 199.6 | 0.8 | 0.63 |
| Hex | 56 | BB | EC | 40 | 15 | 0 | 7 | C8 | 50 | 3F |
| Octal | 126 | 273 | 354 | 100 | 25 | 0 | 7 | 310 | 120 | 77 |
| Binary | 1010110 | 10111011 | 11101100 | 1000000 | 10101 | 0 | 111 | 11001000 | 1010000 | 111111 |
Color Harmonies of #56BBEC
Complementary color
Monochromatic Colors of #56BBEC
Black with #56BBEC
Text Example
Text Example
White with #56BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBEC; }
p { color: rgb(86,187,236); }
H1.HeaderClassName
{
color: #56BBEC;
}
.AnyTagClassName
{
color: #56BBEC;
}
</style>
background-color css
<style>
a { background-color: #56BBEC; }
a { background-color: rgb(86,187,236); }
div.DivClassName
{
background-color: #56BBEC;
}
.BgClassName
{
background-color: #56BBEC;
}
</style>
border-color css
<style>
span { border-color: #56BBEC; }
span { border-color: rgb(86,187,236); }
td.TdClassName
{
border-color: #56BBEC;
}
.TagClassName
{
border-color: #56BBEC;
}
</style>