Shades of Malibu #5EADF2
Tints of Malibu #5EADF2
RGB
CMYK
RGB Variations
Color information
#5EADF2 (or 0x5EADF2) is known color: Malibu. HEX triplet: 5E, AD and F2. RGB value is (94,173,242). Sum of RGB (Red+Green+Blue) = 94+173+242=509 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.47% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #5EADF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EADF2 is #A1520D. Grayscale: #9C9C9C. Windows color (decimal): -10572302 or 15904094. OLE color: 15904094.
HSL color Cylindrical-coordinate representation of color #5EADF2: hue angle of 207.97º degrees, saturation: 0.85, 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 #5EADF2 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 173 | 242 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.05 |
| HSL | 207.97º | 0.85% | 0.66% | - |
| HSV(B) | 207.97º | 0.61% | 0.95% | - |
| XYZ | 35.59 | 38.68 | 89.59 | - |
| YUV | 157.25 | 175.83 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 242 | 0.61 | 0.29 | 0 | 0.05 | 207.97 | 0.85 | 0.66 |
| Hex | 5E | AD | F2 | 3D | 1D | 0 | 5 | D0 | 55 | 42 |
| Octal | 136 | 255 | 362 | 75 | 35 | 0 | 5 | 320 | 125 | 102 |
| Binary | 1011110 | 10101101 | 11110010 | 111101 | 11101 | 0 | 101 | 11010000 | 1010101 | 1000010 |
Color Harmonies of #5EADF2
Complementary color
Monochromatic Colors of #5EADF2
Black with #5EADF2
Text Example
Text Example
White with #5EADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EADF2; }
p { color: rgb(94,173,242); }
H1.HeaderClassName
{
color: #5EADF2;
}
.AnyTagClassName
{
color: #5EADF2;
}
</style>
background-color css
<style>
a { background-color: #5EADF2; }
a { background-color: rgb(94,173,242); }
div.DivClassName
{
background-color: #5EADF2;
}
.BgClassName
{
background-color: #5EADF2;
}
</style>
border-color css
<style>
span { border-color: #5EADF2; }
span { border-color: rgb(94,173,242); }
td.TdClassName
{
border-color: #5EADF2;
}
.TagClassName
{
border-color: #5EADF2;
}
</style>