Shades of Malibu #5EAAEF
Tints of Malibu #5EAAEF
RGB
CMYK
RGB Variations
Color information
#5EAAEF (or 0x5EAAEF) is known color: Malibu. HEX triplet: 5E, AA and EF. RGB value is (94,170,239). Sum of RGB (Red+Green+Blue) = 94+170+239=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EAAEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAAEF is #A15510. Grayscale: #9A9A9A. Windows color (decimal): -10573073 or 15706718. OLE color: 15706718.
HSL color Cylindrical-coordinate representation of color #5EAAEF: hue angle of 208.55º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EAAEF is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 170 | 239 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.06 |
| HSL | 208.55º | 0.82% | 0.65% | - |
| HSV(B) | 208.55º | 0.61% | 0.94% | - |
| XYZ | 34.57 | 37.36 | 87.05 | - |
| YUV | 155.14 | 175.32 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 239 | 0.61 | 0.29 | 0 | 0.06 | 208.55 | 0.82 | 0.65 |
| Hex | 5E | AA | EF | 3D | 1D | 0 | 6 | D1 | 52 | 41 |
| Octal | 136 | 252 | 357 | 75 | 35 | 0 | 6 | 321 | 122 | 101 |
| Binary | 1011110 | 10101010 | 11101111 | 111101 | 11101 | 0 | 110 | 11010001 | 1010010 | 1000001 |
Color Harmonies of #5EAAEF
Complementary color
Monochromatic Colors of #5EAAEF
Black with #5EAAEF
Text Example
Text Example
White with #5EAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAAEF; }
p { color: rgb(94,170,239); }
H1.HeaderClassName
{
color: #5EAAEF;
}
.AnyTagClassName
{
color: #5EAAEF;
}
</style>
background-color css
<style>
a { background-color: #5EAAEF; }
a { background-color: rgb(94,170,239); }
div.DivClassName
{
background-color: #5EAAEF;
}
.BgClassName
{
background-color: #5EAAEF;
}
</style>
border-color css
<style>
span { border-color: #5EAAEF; }
span { border-color: rgb(94,170,239); }
td.TdClassName
{
border-color: #5EAAEF;
}
.TagClassName
{
border-color: #5EAAEF;
}
</style>