Shades of Malibu #56BAE6
Tints of Malibu #56BAE6
RGB
CMYK
RGB Variations
Color information
#56BAE6 (or 0x56BAE6) is known color: Malibu. HEX triplet: 56, BA and E6. RGB value is (86,186,230). Sum of RGB (Red+Green+Blue) = 86+186+230=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #56BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BAE6 is #A94519. Grayscale: #A0A0A0. Windows color (decimal): -11093274 or 15120982. OLE color: 15120982.
HSL color Cylindrical-coordinate representation of color #56BAE6: hue angle of 198.33º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56BAE6 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 186 | 230 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.10 |
| HSL | 198.33º | 0.74% | 0.62% | - |
| HSV(B) | 198.33º | 0.63% | 0.9% | - |
| XYZ | 35.68 | 42.81 | 81.25 | - |
| YUV | 161.12 | 166.87 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 230 | 0.63 | 0.19 | 0 | 0.10 | 198.33 | 0.74 | 0.62 |
| Hex | 56 | BA | E6 | 3F | 13 | 0 | A | C6 | 4A | 3E |
| Octal | 126 | 272 | 346 | 77 | 23 | 0 | 12 | 306 | 112 | 76 |
| Binary | 1010110 | 10111010 | 11100110 | 111111 | 10011 | 0 | 1010 | 11000110 | 1001010 | 111110 |
Color Harmonies of #56BAE6
Complementary color
Monochromatic Colors of #56BAE6
Black with #56BAE6
Text Example
Text Example
White with #56BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BAE6; }
p { color: rgb(86,186,230); }
H1.HeaderClassName
{
color: #56BAE6;
}
.AnyTagClassName
{
color: #56BAE6;
}
</style>
background-color css
<style>
a { background-color: #56BAE6; }
a { background-color: rgb(86,186,230); }
div.DivClassName
{
background-color: #56BAE6;
}
.BgClassName
{
background-color: #56BAE6;
}
</style>
border-color css
<style>
span { border-color: #56BAE6; }
span { border-color: rgb(86,186,230); }
td.TdClassName
{
border-color: #56BAE6;
}
.TagClassName
{
border-color: #56BAE6;
}
</style>