Shades of Malibu #5EACF1
Tints of Malibu #5EACF1
RGB
CMYK
RGB Variations
Color information
#5EACF1 (or 0x5EACF1) is known color: Malibu. HEX triplet: 5E, AC and F1. RGB value is (94,172,241). Sum of RGB (Red+Green+Blue) = 94+172+241=507 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.54% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #5EACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACF1 is #A1530E. Grayscale: #9C9C9C. Windows color (decimal): -10572559 or 15838302. OLE color: 15838302.
HSL color Cylindrical-coordinate representation of color #5EACF1: hue angle of 208.16º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EACF1 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 172 | 241 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.05 |
| HSL | 208.16º | 0.84% | 0.66% | - |
| HSV(B) | 208.16º | 0.61% | 0.95% | - |
| XYZ | 35.25 | 38.24 | 88.74 | - |
| YUV | 156.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 241 | 0.61 | 0.29 | 0 | 0.05 | 208.16 | 0.84 | 0.66 |
| Hex | 5E | AC | F1 | 3D | 1D | 0 | 5 | D0 | 54 | 42 |
| Octal | 136 | 254 | 361 | 75 | 35 | 0 | 5 | 320 | 124 | 102 |
| Binary | 1011110 | 10101100 | 11110001 | 111101 | 11101 | 0 | 101 | 11010000 | 1010100 | 1000010 |
Color Harmonies of #5EACF1
Complementary color
Monochromatic Colors of #5EACF1
Black with #5EACF1
Text Example
Text Example
White with #5EACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACF1; }
p { color: rgb(94,172,241); }
H1.HeaderClassName
{
color: #5EACF1;
}
.AnyTagClassName
{
color: #5EACF1;
}
</style>
background-color css
<style>
a { background-color: #5EACF1; }
a { background-color: rgb(94,172,241); }
div.DivClassName
{
background-color: #5EACF1;
}
.BgClassName
{
background-color: #5EACF1;
}
</style>
border-color css
<style>
span { border-color: #5EACF1; }
span { border-color: rgb(94,172,241); }
td.TdClassName
{
border-color: #5EACF1;
}
.TagClassName
{
border-color: #5EACF1;
}
</style>