Shades of Malibu #56CAE6
Tints of Malibu #56CAE6
RGB
CMYK
RGB Variations
Color information
#56CAE6 (or 0x56CAE6) is known color: Malibu. HEX triplet: 56, CA and E6. RGB value is (86,202,230). Sum of RGB (Red+Green+Blue) = 86+202+230=518 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.60% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #56CAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CAE6 is #A93519. Grayscale: #AAAAAA. Windows color (decimal): -11089178 or 15125078. OLE color: 15125078.
HSL color Cylindrical-coordinate representation of color #56CAE6: hue angle of 191.67º 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 #56CAE6 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 202 | 230 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.10 |
| HSL | 191.67º | 0.74% | 0.62% | - |
| HSV(B) | 191.67º | 0.63% | 0.9% | - |
| XYZ | 39.24 | 49.93 | 82.43 | - |
| YUV | 170.51 | 161.57 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 202 | 230 | 0.63 | 0.12 | 0 | 0.10 | 191.67 | 0.74 | 0.62 |
| Hex | 56 | CA | E6 | 3F | C | 0 | A | C0 | 4A | 3E |
| Octal | 126 | 312 | 346 | 77 | 14 | 0 | 12 | 300 | 112 | 76 |
| Binary | 1010110 | 11001010 | 11100110 | 111111 | 1100 | 0 | 1010 | 11000000 | 1001010 | 111110 |
Color Harmonies of #56CAE6
Complementary color
Monochromatic Colors of #56CAE6
Black with #56CAE6
Text Example
Text Example
White with #56CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CAE6; }
p { color: rgb(86,202,230); }
H1.HeaderClassName
{
color: #56CAE6;
}
.AnyTagClassName
{
color: #56CAE6;
}
</style>
background-color css
<style>
a { background-color: #56CAE6; }
a { background-color: rgb(86,202,230); }
div.DivClassName
{
background-color: #56CAE6;
}
.BgClassName
{
background-color: #56CAE6;
}
</style>
border-color css
<style>
span { border-color: #56CAE6; }
span { border-color: rgb(86,202,230); }
td.TdClassName
{
border-color: #56CAE6;
}
.TagClassName
{
border-color: #56CAE6;
}
</style>