Shades of Malibu #56C8E5
Tints of Malibu #56C8E5
RGB
CMYK
RGB Variations
Color information
#56C8E5 (or 0x56C8E5) is known color: Malibu. HEX triplet: 56, C8 and E5. RGB value is (86,200,229). Sum of RGB (Red+Green+Blue) = 86+200+229=515 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.70% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #56C8E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C8E5 is #A9371A. Grayscale: #A8A8A8. Windows color (decimal): -11089691 or 15059030. OLE color: 15059030.
HSL color Cylindrical-coordinate representation of color #56C8E5: hue angle of 192.17º 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 #56C8E5 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 200 | 229 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.10 |
| HSL | 192.17º | 0.73% | 0.62% | - |
| HSV(B) | 192.17º | 0.62% | 0.9% | - |
| XYZ | 38.63 | 48.94 | 81.54 | - |
| YUV | 169.22 | 161.73 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 200 | 229 | 0.62 | 0.13 | 0 | 0.10 | 192.17 | 0.73 | 0.62 |
| Hex | 56 | C8 | E5 | 3E | D | 0 | A | C0 | 49 | 3E |
| Octal | 126 | 310 | 345 | 76 | 15 | 0 | 12 | 300 | 111 | 76 |
| Binary | 1010110 | 11001000 | 11100101 | 111110 | 1101 | 0 | 1010 | 11000000 | 1001001 | 111110 |
Color Harmonies of #56C8E5
Complementary color
Monochromatic Colors of #56C8E5
Black with #56C8E5
Text Example
Text Example
White with #56C8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C8E5; }
p { color: rgb(86,200,229); }
H1.HeaderClassName
{
color: #56C8E5;
}
.AnyTagClassName
{
color: #56C8E5;
}
</style>
background-color css
<style>
a { background-color: #56C8E5; }
a { background-color: rgb(86,200,229); }
div.DivClassName
{
background-color: #56C8E5;
}
.BgClassName
{
background-color: #56C8E5;
}
</style>
border-color css
<style>
span { border-color: #56C8E5; }
span { border-color: rgb(86,200,229); }
td.TdClassName
{
border-color: #56C8E5;
}
.TagClassName
{
border-color: #56C8E5;
}
</style>