Shades of Malibu #5EACDC
Tints of Malibu #5EACDC
RGB
CMYK
RGB Variations
Color information
#5EACDC (or 0x5EACDC) is known color: Malibu. HEX triplet: 5E, AC and DC. RGB value is (94,172,220). Sum of RGB (Red+Green+Blue) = 94+172+220=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #5EACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACDC is #A15323. Grayscale: #999999. Windows color (decimal): -10572580 or 14462046. OLE color: 14462046.
HSL color Cylindrical-coordinate representation of color #5EACDC: hue angle of 202.86º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EACDC is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 172 | 220 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.14 |
| HSL | 202.86º | 0.64% | 0.62% | - |
| HSV(B) | 202.86º | 0.57% | 0.86% | - |
| XYZ | 32.29 | 37.05 | 73.16 | - |
| YUV | 154.15 | 165.16 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 220 | 0.57 | 0.22 | 0 | 0.14 | 202.86 | 0.64 | 0.62 |
| Hex | 5E | AC | DC | 39 | 16 | 0 | E | CB | 40 | 3E |
| Octal | 136 | 254 | 334 | 71 | 26 | 0 | 16 | 313 | 100 | 76 |
| Binary | 1011110 | 10101100 | 11011100 | 111001 | 10110 | 0 | 1110 | 11001011 | 1000000 | 111110 |
Color Harmonies of #5EACDC
Complementary color
Monochromatic Colors of #5EACDC
Black with #5EACDC
Text Example
Text Example
White with #5EACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACDC; }
p { color: rgb(94,172,220); }
H1.HeaderClassName
{
color: #5EACDC;
}
.AnyTagClassName
{
color: #5EACDC;
}
</style>
background-color css
<style>
a { background-color: #5EACDC; }
a { background-color: rgb(94,172,220); }
div.DivClassName
{
background-color: #5EACDC;
}
.BgClassName
{
background-color: #5EACDC;
}
</style>
border-color css
<style>
span { border-color: #5EACDC; }
span { border-color: rgb(94,172,220); }
td.TdClassName
{
border-color: #5EACDC;
}
.TagClassName
{
border-color: #5EACDC;
}
</style>