Shades of Malibu #5EAADF
Tints of Malibu #5EAADF
RGB
CMYK
RGB Variations
Color information
#5EAADF (or 0x5EAADF) is known color: Malibu. HEX triplet: 5E, AA and DF. RGB value is (94,170,223). Sum of RGB (Red+Green+Blue) = 94+170+223=487 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.30% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #5EAADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAADF is #A15520. Grayscale: #999999. Windows color (decimal): -10573089 or 14658142. OLE color: 14658142.
HSL color Cylindrical-coordinate representation of color #5EAADF: hue angle of 204.65º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EAADF is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 170 | 223 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.13 |
| HSL | 204.65º | 0.67% | 0.62% | - |
| HSV(B) | 204.65º | 0.58% | 0.87% | - |
| XYZ | 32.31 | 36.46 | 75.15 | - |
| YUV | 153.32 | 167.32 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 223 | 0.58 | 0.24 | 0 | 0.13 | 204.65 | 0.67 | 0.62 |
| Hex | 5E | AA | DF | 3A | 18 | 0 | D | CD | 43 | 3E |
| Octal | 136 | 252 | 337 | 72 | 30 | 0 | 15 | 315 | 103 | 76 |
| Binary | 1011110 | 10101010 | 11011111 | 111010 | 11000 | 0 | 1101 | 11001101 | 1000011 | 111110 |
Color Harmonies of #5EAADF
Complementary color
Monochromatic Colors of #5EAADF
Black with #5EAADF
Text Example
Text Example
White with #5EAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAADF; }
p { color: rgb(94,170,223); }
H1.HeaderClassName
{
color: #5EAADF;
}
.AnyTagClassName
{
color: #5EAADF;
}
</style>
background-color css
<style>
a { background-color: #5EAADF; }
a { background-color: rgb(94,170,223); }
div.DivClassName
{
background-color: #5EAADF;
}
.BgClassName
{
background-color: #5EAADF;
}
</style>
border-color css
<style>
span { border-color: #5EAADF; }
span { border-color: rgb(94,170,223); }
td.TdClassName
{
border-color: #5EAADF;
}
.TagClassName
{
border-color: #5EAADF;
}
</style>