Shades of Malibu #5EACE0
Tints of Malibu #5EACE0
RGB
CMYK
RGB Variations
Color information
#5EACE0 (or 0x5EACE0) is known color: Malibu. HEX triplet: 5E, AC and E0. RGB value is (94,172,224). Sum of RGB (Red+Green+Blue) = 94+172+224=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #5EACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACE0 is #A1531F. Grayscale: #9A9A9A. Windows color (decimal): -10572576 or 14724190. OLE color: 14724190.
HSL color Cylindrical-coordinate representation of color #5EACE0: hue angle of 204º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EACE0 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 172 | 224 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.12 |
| HSL | 204º | 0.68% | 0.62% | - |
| HSV(B) | 204º | 0.58% | 0.88% | - |
| XYZ | 32.82 | 37.27 | 75.98 | - |
| YUV | 154.61 | 167.16 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 224 | 0.58 | 0.23 | 0 | 0.12 | 204 | 0.68 | 0.62 |
| Hex | 5E | AC | E0 | 3A | 17 | 0 | C | CC | 44 | 3E |
| Octal | 136 | 254 | 340 | 72 | 27 | 0 | 14 | 314 | 104 | 76 |
| Binary | 1011110 | 10101100 | 11100000 | 111010 | 10111 | 0 | 1100 | 11001100 | 1000100 | 111110 |
Color Harmonies of #5EACE0
Complementary color
Monochromatic Colors of #5EACE0
Black with #5EACE0
Text Example
Text Example
White with #5EACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACE0; }
p { color: rgb(94,172,224); }
H1.HeaderClassName
{
color: #5EACE0;
}
.AnyTagClassName
{
color: #5EACE0;
}
</style>
background-color css
<style>
a { background-color: #5EACE0; }
a { background-color: rgb(94,172,224); }
div.DivClassName
{
background-color: #5EACE0;
}
.BgClassName
{
background-color: #5EACE0;
}
</style>
border-color css
<style>
span { border-color: #5EACE0; }
span { border-color: rgb(94,172,224); }
td.TdClassName
{
border-color: #5EACE0;
}
.TagClassName
{
border-color: #5EACE0;
}
</style>