Shades of Malibu #5EABEB
Tints of Malibu #5EABEB
RGB
CMYK
RGB Variations
Color information
#5EABEB (or 0x5EABEB) is known color: Malibu. HEX triplet: 5E, AB and EB. RGB value is (94,171,235). Sum of RGB (Red+Green+Blue) = 94+171+235=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EABEB is #A15414. Grayscale: #9A9A9A. Windows color (decimal): -10572821 or 15444830. OLE color: 15444830.
HSL color Cylindrical-coordinate representation of color #5EABEB: hue angle of 207.23º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EABEB is Cyan = 0.6, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 171 | 235 | - |
| CMYK | 0.6 | 0.27 | 0 | 0.08 |
| HSL | 207.23º | 0.78% | 0.65% | - |
| HSV(B) | 207.23º | 0.6% | 0.92% | - |
| XYZ | 34.17 | 37.5 | 84.04 | - |
| YUV | 155.27 | 172.99 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 235 | 0.6 | 0.27 | 0 | 0.08 | 207.23 | 0.78 | 0.65 |
| Hex | 5E | AB | EB | 3C | 1B | 0 | 8 | CF | 4E | 41 |
| Octal | 136 | 253 | 353 | 74 | 33 | 0 | 10 | 317 | 116 | 101 |
| Binary | 1011110 | 10101011 | 11101011 | 111100 | 11011 | 0 | 1000 | 11001111 | 1001110 | 1000001 |
Color Harmonies of #5EABEB
Complementary color
Monochromatic Colors of #5EABEB
Black with #5EABEB
Text Example
Text Example
White with #5EABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABEB; }
p { color: rgb(94,171,235); }
H1.HeaderClassName
{
color: #5EABEB;
}
.AnyTagClassName
{
color: #5EABEB;
}
</style>
background-color css
<style>
a { background-color: #5EABEB; }
a { background-color: rgb(94,171,235); }
div.DivClassName
{
background-color: #5EABEB;
}
.BgClassName
{
background-color: #5EABEB;
}
</style>
border-color css
<style>
span { border-color: #5EABEB; }
span { border-color: rgb(94,171,235); }
td.TdClassName
{
border-color: #5EABEB;
}
.TagClassName
{
border-color: #5EABEB;
}
</style>