Shades of Malibu #56BBE5
Tints of Malibu #56BBE5
RGB
CMYK
RGB Variations
Color information
#56BBE5 (or 0x56BBE5) is known color: Malibu. HEX triplet: 56, BB and E5. RGB value is (86,187,229). Sum of RGB (Red+Green+Blue) = 86+187+229=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #56BBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBE5 is #A9441A. Grayscale: #A1A1A1. Windows color (decimal): -11093019 or 15055702. OLE color: 15055702.
HSL color Cylindrical-coordinate representation of color #56BBE5: hue angle of 197.62º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56BBE5 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 187 | 229 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.10 |
| HSL | 197.62º | 0.73% | 0.62% | - |
| HSV(B) | 197.62º | 0.62% | 0.9% | - |
| XYZ | 35.75 | 43.18 | 80.58 | - |
| YUV | 161.59 | 166.04 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 229 | 0.62 | 0.18 | 0 | 0.10 | 197.62 | 0.73 | 0.62 |
| Hex | 56 | BB | E5 | 3E | 12 | 0 | A | C6 | 49 | 3E |
| Octal | 126 | 273 | 345 | 76 | 22 | 0 | 12 | 306 | 111 | 76 |
| Binary | 1010110 | 10111011 | 11100101 | 111110 | 10010 | 0 | 1010 | 11000110 | 1001001 | 111110 |
Color Harmonies of #56BBE5
Complementary color
Monochromatic Colors of #56BBE5
Black with #56BBE5
Text Example
Text Example
White with #56BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBE5; }
p { color: rgb(86,187,229); }
H1.HeaderClassName
{
color: #56BBE5;
}
.AnyTagClassName
{
color: #56BBE5;
}
</style>
background-color css
<style>
a { background-color: #56BBE5; }
a { background-color: rgb(86,187,229); }
div.DivClassName
{
background-color: #56BBE5;
}
.BgClassName
{
background-color: #56BBE5;
}
</style>
border-color css
<style>
span { border-color: #56BBE5; }
span { border-color: rgb(86,187,229); }
td.TdClassName
{
border-color: #56BBE5;
}
.TagClassName
{
border-color: #56BBE5;
}
</style>