Shades of Malibu #5EACEB
Tints of Malibu #5EACEB
RGB
CMYK
RGB Variations
Color information
#5EACEB (or 0x5EACEB) is known color: Malibu. HEX triplet: 5E, AC and EB. RGB value is (94,172,235). Sum of RGB (Red+Green+Blue) = 94+172+235=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EACEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACEB is #A15314. Grayscale: #9B9B9B. Windows color (decimal): -10572565 or 15445086. OLE color: 15445086.
HSL color Cylindrical-coordinate representation of color #5EACEB: hue angle of 206.81º 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 #5EACEB is Cyan = 0.6, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 172 | 235 | - |
| CMYK | 0.6 | 0.27 | 0 | 0.08 |
| HSL | 206.81º | 0.78% | 0.65% | - |
| HSV(B) | 206.81º | 0.6% | 0.92% | - |
| XYZ | 34.36 | 37.88 | 84.1 | - |
| YUV | 155.86 | 172.66 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 235 | 0.6 | 0.27 | 0 | 0.08 | 206.81 | 0.78 | 0.65 |
| Hex | 5E | AC | EB | 3C | 1B | 0 | 8 | CF | 4E | 41 |
| Octal | 136 | 254 | 353 | 74 | 33 | 0 | 10 | 317 | 116 | 101 |
| Binary | 1011110 | 10101100 | 11101011 | 111100 | 11011 | 0 | 1000 | 11001111 | 1001110 | 1000001 |
Color Harmonies of #5EACEB
Complementary color
Monochromatic Colors of #5EACEB
Black with #5EACEB
Text Example
Text Example
White with #5EACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACEB; }
p { color: rgb(94,172,235); }
H1.HeaderClassName
{
color: #5EACEB;
}
.AnyTagClassName
{
color: #5EACEB;
}
</style>
background-color css
<style>
a { background-color: #5EACEB; }
a { background-color: rgb(94,172,235); }
div.DivClassName
{
background-color: #5EACEB;
}
.BgClassName
{
background-color: #5EACEB;
}
</style>
border-color css
<style>
span { border-color: #5EACEB; }
span { border-color: rgb(94,172,235); }
td.TdClassName
{
border-color: #5EACEB;
}
.TagClassName
{
border-color: #5EACEB;
}
</style>