Shades of Malibu #56BBE9
Tints of Malibu #56BBE9
RGB
CMYK
RGB Variations
Color information
#56BBE9 (or 0x56BBE9) is known color: Malibu. HEX triplet: 56, BB and E9. RGB value is (86,187,233). Sum of RGB (Red+Green+Blue) = 86+187+233=506 (67% of max value = 765). Red value is 86 (33.98% from 255 or 17.00% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #56BBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BBE9 is #A94416. Grayscale: #A1A1A1. Windows color (decimal): -11093015 or 15317846. OLE color: 15317846.
HSL color Cylindrical-coordinate representation of color #56BBE9: hue angle of 198.78º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56BBE9 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 187 | 233 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.09 |
| HSL | 198.78º | 0.77% | 0.63% | - |
| HSV(B) | 198.78º | 0.63% | 0.91% | - |
| XYZ | 36.32 | 43.4 | 83.55 | - |
| YUV | 162.05 | 168.04 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 233 | 0.63 | 0.20 | 0 | 0.09 | 198.78 | 0.77 | 0.63 |
| Hex | 56 | BB | E9 | 3F | 14 | 0 | 9 | C7 | 4D | 3F |
| Octal | 126 | 273 | 351 | 77 | 24 | 0 | 11 | 307 | 115 | 77 |
| Binary | 1010110 | 10111011 | 11101001 | 111111 | 10100 | 0 | 1001 | 11000111 | 1001101 | 111111 |
Color Harmonies of #56BBE9
Complementary color
Monochromatic Colors of #56BBE9
Black with #56BBE9
Text Example
Text Example
White with #56BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBE9; }
p { color: rgb(86,187,233); }
H1.HeaderClassName
{
color: #56BBE9;
}
.AnyTagClassName
{
color: #56BBE9;
}
</style>
background-color css
<style>
a { background-color: #56BBE9; }
a { background-color: rgb(86,187,233); }
div.DivClassName
{
background-color: #56BBE9;
}
.BgClassName
{
background-color: #56BBE9;
}
</style>
border-color css
<style>
span { border-color: #56BBE9; }
span { border-color: rgb(86,187,233); }
td.TdClassName
{
border-color: #56BBE9;
}
.TagClassName
{
border-color: #56BBE9;
}
</style>