Shades of Malibu #56C5EE
Tints of Malibu #56C5EE
RGB
CMYK
RGB Variations
Color information
#56C5EE (or 0x56C5EE) is known color: Malibu. HEX triplet: 56, C5 and EE. RGB value is (86,197,238). Sum of RGB (Red+Green+Blue) = 86+197+238=521 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.51% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #56C5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C5EE is #A93A11. Grayscale: #A8A8A8. Windows color (decimal): -11090450 or 15648086. OLE color: 15648086.
HSL color Cylindrical-coordinate representation of color #56C5EE: hue angle of 196.18º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56C5EE is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 197 | 238 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.07 |
| HSL | 196.18º | 0.82% | 0.64% | - |
| HSV(B) | 196.18º | 0.64% | 0.93% | - |
| XYZ | 39.24 | 48.08 | 88.1 | - |
| YUV | 168.49 | 167.23 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 197 | 238 | 0.64 | 0.17 | 0 | 0.07 | 196.18 | 0.82 | 0.64 |
| Hex | 56 | C5 | EE | 40 | 11 | 0 | 7 | C4 | 52 | 40 |
| Octal | 126 | 305 | 356 | 100 | 21 | 0 | 7 | 304 | 122 | 100 |
| Binary | 1010110 | 11000101 | 11101110 | 1000000 | 10001 | 0 | 111 | 11000100 | 1010010 | 1000000 |
Color Harmonies of #56C5EE
Complementary color
Monochromatic Colors of #56C5EE
Black with #56C5EE
Text Example
Text Example
White with #56C5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C5EE; }
p { color: rgb(86,197,238); }
H1.HeaderClassName
{
color: #56C5EE;
}
.AnyTagClassName
{
color: #56C5EE;
}
</style>
background-color css
<style>
a { background-color: #56C5EE; }
a { background-color: rgb(86,197,238); }
div.DivClassName
{
background-color: #56C5EE;
}
.BgClassName
{
background-color: #56C5EE;
}
</style>
border-color css
<style>
span { border-color: #56C5EE; }
span { border-color: rgb(86,197,238); }
td.TdClassName
{
border-color: #56C5EE;
}
.TagClassName
{
border-color: #56C5EE;
}
</style>