Shades of Malibu #56C7EE
Tints of Malibu #56C7EE
RGB
CMYK
RGB Variations
Color information
#56C7EE (or 0x56C7EE) is known color: Malibu. HEX triplet: 56, C7 and EE. RGB value is (86,199,238). Sum of RGB (Red+Green+Blue) = 86+199+238=523 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.44% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #56C7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56C7EE is #A93811. Grayscale: #A9A9A9. Windows color (decimal): -11089938 or 15648598. OLE color: 15648598.
HSL color Cylindrical-coordinate representation of color #56C7EE: hue angle of 195.39º 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 #56C7EE is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 199 | 238 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.07 |
| HSL | 195.39º | 0.82% | 0.64% | - |
| HSV(B) | 195.39º | 0.64% | 0.93% | - |
| XYZ | 39.69 | 49 | 88.25 | - |
| YUV | 169.66 | 166.56 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 199 | 238 | 0.64 | 0.16 | 0 | 0.07 | 195.39 | 0.82 | 0.64 |
| Hex | 56 | C7 | EE | 40 | 10 | 0 | 7 | C3 | 52 | 40 |
| Octal | 126 | 307 | 356 | 100 | 20 | 0 | 7 | 303 | 122 | 100 |
| Binary | 1010110 | 11000111 | 11101110 | 1000000 | 10000 | 0 | 111 | 11000011 | 1010010 | 1000000 |
Color Harmonies of #56C7EE
Complementary color
Monochromatic Colors of #56C7EE
Black with #56C7EE
Text Example
Text Example
White with #56C7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C7EE; }
p { color: rgb(86,199,238); }
H1.HeaderClassName
{
color: #56C7EE;
}
.AnyTagClassName
{
color: #56C7EE;
}
</style>
background-color css
<style>
a { background-color: #56C7EE; }
a { background-color: rgb(86,199,238); }
div.DivClassName
{
background-color: #56C7EE;
}
.BgClassName
{
background-color: #56C7EE;
}
</style>
border-color css
<style>
span { border-color: #56C7EE; }
span { border-color: rgb(86,199,238); }
td.TdClassName
{
border-color: #56C7EE;
}
.TagClassName
{
border-color: #56C7EE;
}
</style>