Shades of Malibu #5EADED
Tints of Malibu #5EADED
RGB
CMYK
RGB Variations
Color information
#5EADED (or 0x5EADED) is known color: Malibu. HEX triplet: 5E, AD and ED. RGB value is (94,173,237). Sum of RGB (Red+Green+Blue) = 94+173+237=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #5EADED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EADED is #A15212. Grayscale: #9C9C9C. Windows color (decimal): -10572307 or 15576414. OLE color: 15576414.
HSL color Cylindrical-coordinate representation of color #5EADED: hue angle of 206.85º degrees, saturation: 0.8, 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 #5EADED is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 173 | 237 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.07 |
| HSL | 206.85º | 0.8% | 0.65% | - |
| HSV(B) | 206.85º | 0.6% | 0.93% | - |
| XYZ | 34.85 | 38.38 | 85.69 | - |
| YUV | 156.68 | 173.33 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 237 | 0.60 | 0.27 | 0 | 0.07 | 206.85 | 0.8 | 0.65 |
| Hex | 5E | AD | ED | 3C | 1B | 0 | 7 | CF | 50 | 41 |
| Octal | 136 | 255 | 355 | 74 | 33 | 0 | 7 | 317 | 120 | 101 |
| Binary | 1011110 | 10101101 | 11101101 | 111100 | 11011 | 0 | 111 | 11001111 | 1010000 | 1000001 |
Color Harmonies of #5EADED
Complementary color
Monochromatic Colors of #5EADED
Black with #5EADED
Text Example
Text Example
White with #5EADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EADED; }
p { color: rgb(94,173,237); }
H1.HeaderClassName
{
color: #5EADED;
}
.AnyTagClassName
{
color: #5EADED;
}
</style>
background-color css
<style>
a { background-color: #5EADED; }
a { background-color: rgb(94,173,237); }
div.DivClassName
{
background-color: #5EADED;
}
.BgClassName
{
background-color: #5EADED;
}
</style>
border-color css
<style>
span { border-color: #5EADED; }
span { border-color: rgb(94,173,237); }
td.TdClassName
{
border-color: #5EADED;
}
.TagClassName
{
border-color: #5EADED;
}
</style>