Shades of Malibu #5EABEC
Tints of Malibu #5EABEC
RGB
CMYK
RGB Variations
Color information
#5EABEC (or 0x5EABEC) is known color: Malibu. HEX triplet: 5E, AB and EC. RGB value is (94,171,236). Sum of RGB (Red+Green+Blue) = 94+171+236=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EABEC is #A15413. Grayscale: #9B9B9B. Windows color (decimal): -10572820 or 15510366. OLE color: 15510366.
HSL color Cylindrical-coordinate representation of color #5EABEC: hue angle of 207.46º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EABEC is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 171 | 236 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.07 |
| HSL | 207.46º | 0.79% | 0.65% | - |
| HSV(B) | 207.46º | 0.6% | 0.93% | - |
| XYZ | 34.32 | 37.56 | 84.8 | - |
| YUV | 155.39 | 173.49 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 236 | 0.60 | 0.28 | 0 | 0.07 | 207.46 | 0.79 | 0.65 |
| Hex | 5E | AB | EC | 3C | 1C | 0 | 7 | CF | 4F | 41 |
| Octal | 136 | 253 | 354 | 74 | 34 | 0 | 7 | 317 | 117 | 101 |
| Binary | 1011110 | 10101011 | 11101100 | 111100 | 11100 | 0 | 111 | 11001111 | 1001111 | 1000001 |
Color Harmonies of #5EABEC
Complementary color
Monochromatic Colors of #5EABEC
Black with #5EABEC
Text Example
Text Example
White with #5EABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABEC; }
p { color: rgb(94,171,236); }
H1.HeaderClassName
{
color: #5EABEC;
}
.AnyTagClassName
{
color: #5EABEC;
}
</style>
background-color css
<style>
a { background-color: #5EABEC; }
a { background-color: rgb(94,171,236); }
div.DivClassName
{
background-color: #5EABEC;
}
.BgClassName
{
background-color: #5EABEC;
}
</style>
border-color css
<style>
span { border-color: #5EABEC; }
span { border-color: rgb(94,171,236); }
td.TdClassName
{
border-color: #5EABEC;
}
.TagClassName
{
border-color: #5EABEC;
}
</style>