Shades of Malibu #56C2EE
Tints of Malibu #56C2EE
RGB
CMYK
RGB Variations
Color information
#56C2EE (or 0x56C2EE) is known color: Malibu. HEX triplet: 56, C2 and EE. RGB value is (86,194,238). Sum of RGB (Red+Green+Blue) = 86+194+238=518 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.60% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #56C2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C2EE is #A93D11. Grayscale: #A6A6A6. Windows color (decimal): -11091218 or 15647318. OLE color: 15647318.
HSL color Cylindrical-coordinate representation of color #56C2EE: hue angle of 197.37º 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 #56C2EE is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 194 | 238 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.07 |
| HSL | 197.37º | 0.82% | 0.64% | - |
| HSV(B) | 197.37º | 0.64% | 0.93% | - |
| XYZ | 38.56 | 46.74 | 87.88 | - |
| YUV | 166.72 | 168.22 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 238 | 0.64 | 0.18 | 0 | 0.07 | 197.37 | 0.82 | 0.64 |
| Hex | 56 | C2 | EE | 40 | 12 | 0 | 7 | C5 | 52 | 40 |
| Octal | 126 | 302 | 356 | 100 | 22 | 0 | 7 | 305 | 122 | 100 |
| Binary | 1010110 | 11000010 | 11101110 | 1000000 | 10010 | 0 | 111 | 11000101 | 1010010 | 1000000 |
Color Harmonies of #56C2EE
Complementary color
Monochromatic Colors of #56C2EE
Black with #56C2EE
Text Example
Text Example
White with #56C2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C2EE; }
p { color: rgb(86,194,238); }
H1.HeaderClassName
{
color: #56C2EE;
}
.AnyTagClassName
{
color: #56C2EE;
}
</style>
background-color css
<style>
a { background-color: #56C2EE; }
a { background-color: rgb(86,194,238); }
div.DivClassName
{
background-color: #56C2EE;
}
.BgClassName
{
background-color: #56C2EE;
}
</style>
border-color css
<style>
span { border-color: #56C2EE; }
span { border-color: rgb(86,194,238); }
td.TdClassName
{
border-color: #56C2EE;
}
.TagClassName
{
border-color: #56C2EE;
}
</style>