Shades of Malibu #5EABE0
Tints of Malibu #5EABE0
RGB
CMYK
RGB Variations
Color information
#5EABE0 (or 0x5EABE0) is known color: Malibu. HEX triplet: 5E, AB and E0. RGB value is (94,171,224). Sum of RGB (Red+Green+Blue) = 94+171+224=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #5EABE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABE0 is #A1541F. Grayscale: #999999. Windows color (decimal): -10572832 or 14723934. OLE color: 14723934.
HSL color Cylindrical-coordinate representation of color #5EABE0: hue angle of 204.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EABE0 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 171 | 224 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.12 |
| HSL | 204.46º | 0.68% | 0.62% | - |
| HSV(B) | 204.46º | 0.58% | 0.88% | - |
| XYZ | 32.63 | 36.89 | 75.92 | - |
| YUV | 154.02 | 167.49 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 224 | 0.58 | 0.24 | 0 | 0.12 | 204.46 | 0.68 | 0.62 |
| Hex | 5E | AB | E0 | 3A | 18 | 0 | C | CC | 44 | 3E |
| Octal | 136 | 253 | 340 | 72 | 30 | 0 | 14 | 314 | 104 | 76 |
| Binary | 1011110 | 10101011 | 11100000 | 111010 | 11000 | 0 | 1100 | 11001100 | 1000100 | 111110 |
Color Harmonies of #5EABE0
Complementary color
Monochromatic Colors of #5EABE0
Black with #5EABE0
Text Example
Text Example
White with #5EABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABE0; }
p { color: rgb(94,171,224); }
H1.HeaderClassName
{
color: #5EABE0;
}
.AnyTagClassName
{
color: #5EABE0;
}
</style>
background-color css
<style>
a { background-color: #5EABE0; }
a { background-color: rgb(94,171,224); }
div.DivClassName
{
background-color: #5EABE0;
}
.BgClassName
{
background-color: #5EABE0;
}
</style>
border-color css
<style>
span { border-color: #5EABE0; }
span { border-color: rgb(94,171,224); }
td.TdClassName
{
border-color: #5EABE0;
}
.TagClassName
{
border-color: #5EABE0;
}
</style>