Shades of Malibu #56BCEE
Tints of Malibu #56BCEE
RGB
CMYK
RGB Variations
Color information
#56BCEE (or 0x56BCEE) is known color: Malibu. HEX triplet: 56, BC and EE. RGB value is (86,188,238). Sum of RGB (Red+Green+Blue) = 86+188+238=512 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.80% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #56BCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BCEE is #A94311. Grayscale: #A2A2A2. Windows color (decimal): -11092754 or 15645782. OLE color: 15645782.
HSL color Cylindrical-coordinate representation of color #56BCEE: hue angle of 199.74º 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 #56BCEE is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 188 | 238 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.07 |
| HSL | 199.74º | 0.82% | 0.64% | - |
| HSV(B) | 199.74º | 0.64% | 0.93% | - |
| XYZ | 37.25 | 44.12 | 87.44 | - |
| YUV | 163.2 | 170.21 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 238 | 0.64 | 0.21 | 0 | 0.07 | 199.74 | 0.82 | 0.64 |
| Hex | 56 | BC | EE | 40 | 15 | 0 | 7 | C8 | 52 | 40 |
| Octal | 126 | 274 | 356 | 100 | 25 | 0 | 7 | 310 | 122 | 100 |
| Binary | 1010110 | 10111100 | 11101110 | 1000000 | 10101 | 0 | 111 | 11001000 | 1010010 | 1000000 |
Color Harmonies of #56BCEE
Complementary color
Monochromatic Colors of #56BCEE
Black with #56BCEE
Text Example
Text Example
White with #56BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCEE; }
p { color: rgb(86,188,238); }
H1.HeaderClassName
{
color: #56BCEE;
}
.AnyTagClassName
{
color: #56BCEE;
}
</style>
background-color css
<style>
a { background-color: #56BCEE; }
a { background-color: rgb(86,188,238); }
div.DivClassName
{
background-color: #56BCEE;
}
.BgClassName
{
background-color: #56BCEE;
}
</style>
border-color css
<style>
span { border-color: #56BCEE; }
span { border-color: rgb(86,188,238); }
td.TdClassName
{
border-color: #56BCEE;
}
.TagClassName
{
border-color: #56BCEE;
}
</style>