Shades of Malibu #5EACDD
Tints of Malibu #5EACDD
RGB
CMYK
RGB Variations
Color information
#5EACDD (or 0x5EACDD) is known color: Malibu. HEX triplet: 5E, AC and DD. RGB value is (94,172,221). Sum of RGB (Red+Green+Blue) = 94+172+221=487 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.30% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACDD is #A15322. Grayscale: #999999. Windows color (decimal): -10572579 or 14527582. OLE color: 14527582.
HSL color Cylindrical-coordinate representation of color #5EACDD: hue angle of 203.15º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EACDD is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 172 | 221 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.13 |
| HSL | 203.15º | 0.65% | 0.62% | - |
| HSV(B) | 203.15º | 0.57% | 0.87% | - |
| XYZ | 32.42 | 37.11 | 73.86 | - |
| YUV | 154.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 221 | 0.57 | 0.22 | 0 | 0.13 | 203.15 | 0.65 | 0.62 |
| Hex | 5E | AC | DD | 39 | 16 | 0 | D | CB | 41 | 3E |
| Octal | 136 | 254 | 335 | 71 | 26 | 0 | 15 | 313 | 101 | 76 |
| Binary | 1011110 | 10101100 | 11011101 | 111001 | 10110 | 0 | 1101 | 11001011 | 1000001 | 111110 |
Color Harmonies of #5EACDD
Complementary color
Monochromatic Colors of #5EACDD
Black with #5EACDD
Text Example
Text Example
White with #5EACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACDD; }
p { color: rgb(94,172,221); }
H1.HeaderClassName
{
color: #5EACDD;
}
.AnyTagClassName
{
color: #5EACDD;
}
</style>
background-color css
<style>
a { background-color: #5EACDD; }
a { background-color: rgb(94,172,221); }
div.DivClassName
{
background-color: #5EACDD;
}
.BgClassName
{
background-color: #5EACDD;
}
</style>
border-color css
<style>
span { border-color: #5EACDD; }
span { border-color: rgb(94,172,221); }
td.TdClassName
{
border-color: #5EACDD;
}
.TagClassName
{
border-color: #5EACDD;
}
</style>