Shades of Malibu #5EACDE
Tints of Malibu #5EACDE
RGB
CMYK
RGB Variations
Color information
#5EACDE (or 0x5EACDE) is known color: Malibu. HEX triplet: 5E, AC and DE. RGB value is (94,172,222). Sum of RGB (Red+Green+Blue) = 94+172+222=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #5EACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACDE is #A15321. Grayscale: #9A9A9A. Windows color (decimal): -10572578 or 14593118. OLE color: 14593118.
HSL color Cylindrical-coordinate representation of color #5EACDE: hue angle of 203.44º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EACDE is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 172 | 222 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.13 |
| HSL | 203.44º | 0.66% | 0.62% | - |
| HSV(B) | 203.44º | 0.58% | 0.87% | - |
| XYZ | 32.55 | 37.16 | 74.56 | - |
| YUV | 154.38 | 166.16 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 222 | 0.58 | 0.23 | 0 | 0.13 | 203.44 | 0.66 | 0.62 |
| Hex | 5E | AC | DE | 3A | 17 | 0 | D | CB | 42 | 3E |
| Octal | 136 | 254 | 336 | 72 | 27 | 0 | 15 | 313 | 102 | 76 |
| Binary | 1011110 | 10101100 | 11011110 | 111010 | 10111 | 0 | 1101 | 11001011 | 1000010 | 111110 |
Color Harmonies of #5EACDE
Complementary color
Monochromatic Colors of #5EACDE
Black with #5EACDE
Text Example
Text Example
White with #5EACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACDE; }
p { color: rgb(94,172,222); }
H1.HeaderClassName
{
color: #5EACDE;
}
.AnyTagClassName
{
color: #5EACDE;
}
</style>
background-color css
<style>
a { background-color: #5EACDE; }
a { background-color: rgb(94,172,222); }
div.DivClassName
{
background-color: #5EACDE;
}
.BgClassName
{
background-color: #5EACDE;
}
</style>
border-color css
<style>
span { border-color: #5EACDE; }
span { border-color: rgb(94,172,222); }
td.TdClassName
{
border-color: #5EACDE;
}
.TagClassName
{
border-color: #5EACDE;
}
</style>