Shades of Malibu #5EBBE0
Tints of Malibu #5EBBE0
RGB
CMYK
RGB Variations
Color information
#5EBBE0 (or 0x5EBBE0) is known color: Malibu. HEX triplet: 5E, BB and E0. RGB value is (94,187,224). Sum of RGB (Red+Green+Blue) = 94+187+224=505 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.61% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #5EBBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBE0 is #A1441F. Grayscale: #A3A3A3. Windows color (decimal): -10568736 or 14728030. OLE color: 14728030.
HSL color Cylindrical-coordinate representation of color #5EBBE0: hue angle of 197.08º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EBBE0 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 187 | 224 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.12 |
| HSL | 197.08º | 0.68% | 0.62% | - |
| HSV(B) | 197.08º | 0.58% | 0.88% | - |
| XYZ | 35.84 | 43.3 | 76.99 | - |
| YUV | 163.41 | 162.19 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 224 | 0.58 | 0.17 | 0 | 0.12 | 197.08 | 0.68 | 0.62 |
| Hex | 5E | BB | E0 | 3A | 11 | 0 | C | C5 | 44 | 3E |
| Octal | 136 | 273 | 340 | 72 | 21 | 0 | 14 | 305 | 104 | 76 |
| Binary | 1011110 | 10111011 | 11100000 | 111010 | 10001 | 0 | 1100 | 11000101 | 1000100 | 111110 |
Color Harmonies of #5EBBE0
Complementary color
Monochromatic Colors of #5EBBE0
Black with #5EBBE0
Text Example
Text Example
White with #5EBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBE0; }
p { color: rgb(94,187,224); }
H1.HeaderClassName
{
color: #5EBBE0;
}
.AnyTagClassName
{
color: #5EBBE0;
}
</style>
background-color css
<style>
a { background-color: #5EBBE0; }
a { background-color: rgb(94,187,224); }
div.DivClassName
{
background-color: #5EBBE0;
}
.BgClassName
{
background-color: #5EBBE0;
}
</style>
border-color css
<style>
span { border-color: #5EBBE0; }
span { border-color: rgb(94,187,224); }
td.TdClassName
{
border-color: #5EBBE0;
}
.TagClassName
{
border-color: #5EBBE0;
}
</style>