Shades of Malibu #5EACEF
Tints of Malibu #5EACEF
RGB
CMYK
RGB Variations
Color information
#5EACEF (or 0x5EACEF) is known color: Malibu. HEX triplet: 5E, AC and EF. RGB value is (94,172,239). Sum of RGB (Red+Green+Blue) = 94+172+239=505 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.61% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EACEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACEF is #A15310. Grayscale: #9B9B9B. Windows color (decimal): -10572561 or 15707230. OLE color: 15707230.
HSL color Cylindrical-coordinate representation of color #5EACEF: hue angle of 207.72º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EACEF is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 172 | 239 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.06 |
| HSL | 207.72º | 0.82% | 0.65% | - |
| HSV(B) | 207.72º | 0.61% | 0.94% | - |
| XYZ | 34.95 | 38.12 | 87.18 | - |
| YUV | 156.32 | 174.66 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 239 | 0.61 | 0.28 | 0 | 0.06 | 207.72 | 0.82 | 0.65 |
| Hex | 5E | AC | EF | 3D | 1C | 0 | 6 | D0 | 52 | 41 |
| Octal | 136 | 254 | 357 | 75 | 34 | 0 | 6 | 320 | 122 | 101 |
| Binary | 1011110 | 10101100 | 11101111 | 111101 | 11100 | 0 | 110 | 11010000 | 1010010 | 1000001 |
Color Harmonies of #5EACEF
Complementary color
Monochromatic Colors of #5EACEF
Black with #5EACEF
Text Example
Text Example
White with #5EACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACEF; }
p { color: rgb(94,172,239); }
H1.HeaderClassName
{
color: #5EACEF;
}
.AnyTagClassName
{
color: #5EACEF;
}
</style>
background-color css
<style>
a { background-color: #5EACEF; }
a { background-color: rgb(94,172,239); }
div.DivClassName
{
background-color: #5EACEF;
}
.BgClassName
{
background-color: #5EACEF;
}
</style>
border-color css
<style>
span { border-color: #5EACEF; }
span { border-color: rgb(94,172,239); }
td.TdClassName
{
border-color: #5EACEF;
}
.TagClassName
{
border-color: #5EACEF;
}
</style>