Shades of Malibu #56C7E6
Tints of Malibu #56C7E6
RGB
CMYK
RGB Variations
Color information
#56C7E6 (or 0x56C7E6) is known color: Malibu. HEX triplet: 56, C7 and E6. RGB value is (86,199,230). Sum of RGB (Red+Green+Blue) = 86+199+230=515 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.70% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #56C7E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C7E6 is #A93819. Grayscale: #A8A8A8. Windows color (decimal): -11089946 or 15124310. OLE color: 15124310.
HSL color Cylindrical-coordinate representation of color #56C7E6: hue angle of 192.92º 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 #56C7E6 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 199 | 230 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.10 |
| HSL | 192.92º | 0.74% | 0.62% | - |
| HSV(B) | 192.92º | 0.63% | 0.9% | - |
| XYZ | 38.54 | 48.54 | 82.2 | - |
| YUV | 168.75 | 162.56 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 199 | 230 | 0.63 | 0.13 | 0 | 0.10 | 192.92 | 0.74 | 0.62 |
| Hex | 56 | C7 | E6 | 3F | D | 0 | A | C1 | 4A | 3E |
| Octal | 126 | 307 | 346 | 77 | 15 | 0 | 12 | 301 | 112 | 76 |
| Binary | 1010110 | 11000111 | 11100110 | 111111 | 1101 | 0 | 1010 | 11000001 | 1001010 | 111110 |
Color Harmonies of #56C7E6
Complementary color
Monochromatic Colors of #56C7E6
Black with #56C7E6
Text Example
Text Example
White with #56C7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C7E6; }
p { color: rgb(86,199,230); }
H1.HeaderClassName
{
color: #56C7E6;
}
.AnyTagClassName
{
color: #56C7E6;
}
</style>
background-color css
<style>
a { background-color: #56C7E6; }
a { background-color: rgb(86,199,230); }
div.DivClassName
{
background-color: #56C7E6;
}
.BgClassName
{
background-color: #56C7E6;
}
</style>
border-color css
<style>
span { border-color: #56C7E6; }
span { border-color: rgb(86,199,230); }
td.TdClassName
{
border-color: #56C7E6;
}
.TagClassName
{
border-color: #56C7E6;
}
</style>