Shades of Malibu #56C5EA
Tints of Malibu #56C5EA
RGB
CMYK
RGB Variations
Color information
#56C5EA (or 0x56C5EA) is known color: Malibu. HEX triplet: 56, C5 and EA. RGB value is (86,197,234). Sum of RGB (Red+Green+Blue) = 86+197+234=517 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.63% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #56C5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C5EA is #A93A15. Grayscale: #A7A7A7. Windows color (decimal): -11090454 or 15385942. OLE color: 15385942.
HSL color Cylindrical-coordinate representation of color #56C5EA: hue angle of 195º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56C5EA is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 197 | 234 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.08 |
| HSL | 195º | 0.78% | 0.63% | - |
| HSV(B) | 195º | 0.63% | 0.92% | - |
| XYZ | 38.66 | 47.85 | 85.04 | - |
| YUV | 168.03 | 165.23 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 197 | 234 | 0.63 | 0.16 | 0 | 0.08 | 195 | 0.78 | 0.63 |
| Hex | 56 | C5 | EA | 3F | 10 | 0 | 8 | C3 | 4E | 3F |
| Octal | 126 | 305 | 352 | 77 | 20 | 0 | 10 | 303 | 116 | 77 |
| Binary | 1010110 | 11000101 | 11101010 | 111111 | 10000 | 0 | 1000 | 11000011 | 1001110 | 111111 |
Color Harmonies of #56C5EA
Complementary color
Monochromatic Colors of #56C5EA
Black with #56C5EA
Text Example
Text Example
White with #56C5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C5EA; }
p { color: rgb(86,197,234); }
H1.HeaderClassName
{
color: #56C5EA;
}
.AnyTagClassName
{
color: #56C5EA;
}
</style>
background-color css
<style>
a { background-color: #56C5EA; }
a { background-color: rgb(86,197,234); }
div.DivClassName
{
background-color: #56C5EA;
}
.BgClassName
{
background-color: #56C5EA;
}
</style>
border-color css
<style>
span { border-color: #56C5EA; }
span { border-color: rgb(86,197,234); }
td.TdClassName
{
border-color: #56C5EA;
}
.TagClassName
{
border-color: #56C5EA;
}
</style>