Shades of Malibu #5EBBE6
Tints of Malibu #5EBBE6
RGB
CMYK
RGB Variations
Color information
#5EBBE6 (or 0x5EBBE6) is known color: Malibu. HEX triplet: 5E, BB and E6. RGB value is (94,187,230). Sum of RGB (Red+Green+Blue) = 94+187+230=511 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.40% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #5EBBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBBE6 is #A14419. Grayscale: #A3A3A3. Windows color (decimal): -10568730 or 15121246. OLE color: 15121246.
HSL color Cylindrical-coordinate representation of color #5EBBE6: hue angle of 198.97º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EBBE6 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 187 | 230 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.10 |
| HSL | 198.97º | 0.73% | 0.64% | - |
| HSV(B) | 198.97º | 0.59% | 0.9% | - |
| XYZ | 36.67 | 43.63 | 81.35 | - |
| YUV | 164.1 | 165.19 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 230 | 0.59 | 0.19 | 0 | 0.10 | 198.97 | 0.73 | 0.64 |
| Hex | 5E | BB | E6 | 3B | 13 | 0 | A | C7 | 49 | 40 |
| Octal | 136 | 273 | 346 | 73 | 23 | 0 | 12 | 307 | 111 | 100 |
| Binary | 1011110 | 10111011 | 11100110 | 111011 | 10011 | 0 | 1010 | 11000111 | 1001001 | 1000000 |
Color Harmonies of #5EBBE6
Complementary color
Monochromatic Colors of #5EBBE6
Black with #5EBBE6
Text Example
Text Example
White with #5EBBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBE6; }
p { color: rgb(94,187,230); }
H1.HeaderClassName
{
color: #5EBBE6;
}
.AnyTagClassName
{
color: #5EBBE6;
}
</style>
background-color css
<style>
a { background-color: #5EBBE6; }
a { background-color: rgb(94,187,230); }
div.DivClassName
{
background-color: #5EBBE6;
}
.BgClassName
{
background-color: #5EBBE6;
}
</style>
border-color css
<style>
span { border-color: #5EBBE6; }
span { border-color: rgb(94,187,230); }
td.TdClassName
{
border-color: #5EBBE6;
}
.TagClassName
{
border-color: #5EBBE6;
}
</style>