Shades of Malibu #5EADF5
Tints of Malibu #5EADF5
RGB
CMYK
RGB Variations
Color information
#5EADF5 (or 0x5EADF5) is known color: Malibu. HEX triplet: 5E, AD and F5. RGB value is (94,173,245). Sum of RGB (Red+Green+Blue) = 94+173+245=512 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.36% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #5EADF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EADF5 is #A1520A. Grayscale: #9D9D9D. Windows color (decimal): -10572299 or 16100702. OLE color: 16100702.
HSL color Cylindrical-coordinate representation of color #5EADF5: hue angle of 208.61º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EADF5 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 173 | 245 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.04 |
| HSL | 208.61º | 0.88% | 0.66% | - |
| HSV(B) | 208.61º | 0.62% | 0.96% | - |
| XYZ | 36.04 | 38.86 | 91.99 | - |
| YUV | 157.59 | 177.33 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 245 | 0.62 | 0.29 | 0 | 0.04 | 208.61 | 0.88 | 0.66 |
| Hex | 5E | AD | F5 | 3E | 1D | 0 | 4 | D1 | 58 | 42 |
| Octal | 136 | 255 | 365 | 76 | 35 | 0 | 4 | 321 | 130 | 102 |
| Binary | 1011110 | 10101101 | 11110101 | 111110 | 11101 | 0 | 100 | 11010001 | 1011000 | 1000010 |
Color Harmonies of #5EADF5
Complementary color
Monochromatic Colors of #5EADF5
Black with #5EADF5
Text Example
Text Example
White with #5EADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EADF5; }
p { color: rgb(94,173,245); }
H1.HeaderClassName
{
color: #5EADF5;
}
.AnyTagClassName
{
color: #5EADF5;
}
</style>
background-color css
<style>
a { background-color: #5EADF5; }
a { background-color: rgb(94,173,245); }
div.DivClassName
{
background-color: #5EADF5;
}
.BgClassName
{
background-color: #5EADF5;
}
</style>
border-color css
<style>
span { border-color: #5EADF5; }
span { border-color: rgb(94,173,245); }
td.TdClassName
{
border-color: #5EADF5;
}
.TagClassName
{
border-color: #5EADF5;
}
</style>