Shades of Malibu #5EABDF
Tints of Malibu #5EABDF
RGB
CMYK
RGB Variations
Color information
#5EABDF (or 0x5EABDF) is known color: Malibu. HEX triplet: 5E, AB and DF. RGB value is (94,171,223). Sum of RGB (Red+Green+Blue) = 94+171+223=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #5EABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABDF is #A15420. Grayscale: #999999. Windows color (decimal): -10572833 or 14658398. OLE color: 14658398.
HSL color Cylindrical-coordinate representation of color #5EABDF: hue angle of 204.19º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EABDF is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 171 | 223 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.13 |
| HSL | 204.19º | 0.67% | 0.62% | - |
| HSV(B) | 204.19º | 0.58% | 0.87% | - |
| XYZ | 32.5 | 36.83 | 75.21 | - |
| YUV | 153.91 | 166.99 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 223 | 0.58 | 0.23 | 0 | 0.13 | 204.19 | 0.67 | 0.62 |
| Hex | 5E | AB | DF | 3A | 17 | 0 | D | CC | 43 | 3E |
| Octal | 136 | 253 | 337 | 72 | 27 | 0 | 15 | 314 | 103 | 76 |
| Binary | 1011110 | 10101011 | 11011111 | 111010 | 10111 | 0 | 1101 | 11001100 | 1000011 | 111110 |
Color Harmonies of #5EABDF
Complementary color
Monochromatic Colors of #5EABDF
Black with #5EABDF
Text Example
Text Example
White with #5EABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABDF; }
p { color: rgb(94,171,223); }
H1.HeaderClassName
{
color: #5EABDF;
}
.AnyTagClassName
{
color: #5EABDF;
}
</style>
background-color css
<style>
a { background-color: #5EABDF; }
a { background-color: rgb(94,171,223); }
div.DivClassName
{
background-color: #5EABDF;
}
.BgClassName
{
background-color: #5EABDF;
}
</style>
border-color css
<style>
span { border-color: #5EABDF; }
span { border-color: rgb(94,171,223); }
td.TdClassName
{
border-color: #5EABDF;
}
.TagClassName
{
border-color: #5EABDF;
}
</style>