Shades of Malibu #56C1EF
Tints of Malibu #56C1EF
RGB
CMYK
RGB Variations
Color information
#56C1EF (or 0x56C1EF) is known color: Malibu. HEX triplet: 56, C1 and EF. RGB value is (86,193,239). Sum of RGB (Red+Green+Blue) = 86+193+239=518 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.60% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #56C1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C1EF is #A93E10. Grayscale: #A5A5A5. Windows color (decimal): -11091473 or 15712598. OLE color: 15712598.
HSL color Cylindrical-coordinate representation of color #56C1EF: hue angle of 198.04º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56C1EF is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 193 | 239 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.06 |
| HSL | 198.04º | 0.83% | 0.64% | - |
| HSV(B) | 198.04º | 0.64% | 0.94% | - |
| XYZ | 38.49 | 46.35 | 88.58 | - |
| YUV | 166.25 | 169.05 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 193 | 239 | 0.64 | 0.19 | 0 | 0.06 | 198.04 | 0.83 | 0.64 |
| Hex | 56 | C1 | EF | 40 | 13 | 0 | 6 | C6 | 53 | 40 |
| Octal | 126 | 301 | 357 | 100 | 23 | 0 | 6 | 306 | 123 | 100 |
| Binary | 1010110 | 11000001 | 11101111 | 1000000 | 10011 | 0 | 110 | 11000110 | 1010011 | 1000000 |
Color Harmonies of #56C1EF
Complementary color
Monochromatic Colors of #56C1EF
Black with #56C1EF
Text Example
Text Example
White with #56C1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C1EF; }
p { color: rgb(86,193,239); }
H1.HeaderClassName
{
color: #56C1EF;
}
.AnyTagClassName
{
color: #56C1EF;
}
</style>
background-color css
<style>
a { background-color: #56C1EF; }
a { background-color: rgb(86,193,239); }
div.DivClassName
{
background-color: #56C1EF;
}
.BgClassName
{
background-color: #56C1EF;
}
</style>
border-color css
<style>
span { border-color: #56C1EF; }
span { border-color: rgb(86,193,239); }
td.TdClassName
{
border-color: #56C1EF;
}
.TagClassName
{
border-color: #56C1EF;
}
</style>