Shades of Malibu #5EBBED
Tints of Malibu #5EBBED
RGB
CMYK
RGB Variations
Color information
#5EBBED (or 0x5EBBED) is known color: Malibu. HEX triplet: 5E, BB and ED. RGB value is (94,187,237). Sum of RGB (Red+Green+Blue) = 94+187+237=518 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.15% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #5EBBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBBED is #A14412. Grayscale: #A4A4A4. Windows color (decimal): -10568723 or 15579998. OLE color: 15579998.
HSL color Cylindrical-coordinate representation of color #5EBBED: hue angle of 200.98º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EBBED is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 187 | 237 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.07 |
| HSL | 200.98º | 0.8% | 0.65% | - |
| HSV(B) | 200.98º | 0.6% | 0.93% | - |
| XYZ | 37.67 | 44.03 | 86.63 | - |
| YUV | 164.89 | 168.69 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 237 | 0.60 | 0.21 | 0 | 0.07 | 200.98 | 0.8 | 0.65 |
| Hex | 5E | BB | ED | 3C | 15 | 0 | 7 | C9 | 50 | 41 |
| Octal | 136 | 273 | 355 | 74 | 25 | 0 | 7 | 311 | 120 | 101 |
| Binary | 1011110 | 10111011 | 11101101 | 111100 | 10101 | 0 | 111 | 11001001 | 1010000 | 1000001 |
Color Harmonies of #5EBBED
Complementary color
Monochromatic Colors of #5EBBED
Black with #5EBBED
Text Example
Text Example
White with #5EBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBED; }
p { color: rgb(94,187,237); }
H1.HeaderClassName
{
color: #5EBBED;
}
.AnyTagClassName
{
color: #5EBBED;
}
</style>
background-color css
<style>
a { background-color: #5EBBED; }
a { background-color: rgb(94,187,237); }
div.DivClassName
{
background-color: #5EBBED;
}
.BgClassName
{
background-color: #5EBBED;
}
</style>
border-color css
<style>
span { border-color: #5EBBED; }
span { border-color: rgb(94,187,237); }
td.TdClassName
{
border-color: #5EBBED;
}
.TagClassName
{
border-color: #5EBBED;
}
</style>