Shades of Malibu #5EBBDD
Tints of Malibu #5EBBDD
RGB
CMYK
RGB Variations
Color information
#5EBBDD (or 0x5EBBDD) is known color: Malibu. HEX triplet: 5E, BB and DD. RGB value is (94,187,221). Sum of RGB (Red+Green+Blue) = 94+187+221=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EBBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBDD is #A14422. Grayscale: #A2A2A2. Windows color (decimal): -10568739 or 14531422. OLE color: 14531422.
HSL color Cylindrical-coordinate representation of color #5EBBDD: hue angle of 196.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EBBDD is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 187 | 221 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.13 |
| HSL | 196.06º | 0.65% | 0.62% | - |
| HSV(B) | 196.06º | 0.57% | 0.87% | - |
| XYZ | 35.44 | 43.14 | 74.87 | - |
| YUV | 163.07 | 160.69 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 221 | 0.57 | 0.15 | 0 | 0.13 | 196.06 | 0.65 | 0.62 |
| Hex | 5E | BB | DD | 39 | F | 0 | D | C4 | 41 | 3E |
| Octal | 136 | 273 | 335 | 71 | 17 | 0 | 15 | 304 | 101 | 76 |
| Binary | 1011110 | 10111011 | 11011101 | 111001 | 1111 | 0 | 1101 | 11000100 | 1000001 | 111110 |
Color Harmonies of #5EBBDD
Complementary color
Monochromatic Colors of #5EBBDD
Black with #5EBBDD
Text Example
Text Example
White with #5EBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBDD; }
p { color: rgb(94,187,221); }
H1.HeaderClassName
{
color: #5EBBDD;
}
.AnyTagClassName
{
color: #5EBBDD;
}
</style>
background-color css
<style>
a { background-color: #5EBBDD; }
a { background-color: rgb(94,187,221); }
div.DivClassName
{
background-color: #5EBBDD;
}
.BgClassName
{
background-color: #5EBBDD;
}
</style>
border-color css
<style>
span { border-color: #5EBBDD; }
span { border-color: rgb(94,187,221); }
td.TdClassName
{
border-color: #5EBBDD;
}
.TagClassName
{
border-color: #5EBBDD;
}
</style>