Shades of Malibu #5EBBEC
Tints of Malibu #5EBBEC
RGB
CMYK
RGB Variations
Color information
#5EBBEC (or 0x5EBBEC) is known color: Malibu. HEX triplet: 5E, BB and EC. RGB value is (94,187,236). Sum of RGB (Red+Green+Blue) = 94+187+236=517 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.18% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EBBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBBEC is #A14413. Grayscale: #A4A4A4. Windows color (decimal): -10568724 or 15514462. OLE color: 15514462.
HSL color Cylindrical-coordinate representation of color #5EBBEC: hue angle of 200.7º degrees, saturation: 0.79, 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 #5EBBEC is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 187 | 236 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.07 |
| HSL | 200.7º | 0.79% | 0.65% | - |
| HSV(B) | 200.7º | 0.6% | 0.93% | - |
| XYZ | 37.53 | 43.98 | 85.87 | - |
| YUV | 164.78 | 168.19 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 236 | 0.60 | 0.21 | 0 | 0.07 | 200.7 | 0.79 | 0.65 |
| Hex | 5E | BB | EC | 3C | 15 | 0 | 7 | C9 | 4F | 41 |
| Octal | 136 | 273 | 354 | 74 | 25 | 0 | 7 | 311 | 117 | 101 |
| Binary | 1011110 | 10111011 | 11101100 | 111100 | 10101 | 0 | 111 | 11001001 | 1001111 | 1000001 |
Color Harmonies of #5EBBEC
Complementary color
Monochromatic Colors of #5EBBEC
Black with #5EBBEC
Text Example
Text Example
White with #5EBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBEC; }
p { color: rgb(94,187,236); }
H1.HeaderClassName
{
color: #5EBBEC;
}
.AnyTagClassName
{
color: #5EBBEC;
}
</style>
background-color css
<style>
a { background-color: #5EBBEC; }
a { background-color: rgb(94,187,236); }
div.DivClassName
{
background-color: #5EBBEC;
}
.BgClassName
{
background-color: #5EBBEC;
}
</style>
border-color css
<style>
span { border-color: #5EBBEC; }
span { border-color: rgb(94,187,236); }
td.TdClassName
{
border-color: #5EBBEC;
}
.TagClassName
{
border-color: #5EBBEC;
}
</style>