Shades of Malibu #5EC9E9
Tints of Malibu #5EC9E9
RGB
CMYK
RGB Variations
Color information
#5EC9E9 (or 0x5EC9E9) is known color: Malibu. HEX triplet: 5E, C9 and E9. RGB value is (94,201,233). Sum of RGB (Red+Green+Blue) = 94+201+233=528 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.80% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #5EC9E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC9E9 is #A13616. Grayscale: #ACACAC. Windows color (decimal): -10565143 or 15321438. OLE color: 15321438.
HSL color Cylindrical-coordinate representation of color #5EC9E9: hue angle of 193.81º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EC9E9 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 201 | 233 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.09 |
| HSL | 193.81º | 0.76% | 0.64% | - |
| HSV(B) | 193.81º | 0.6% | 0.91% | - |
| XYZ | 40.21 | 50.04 | 84.63 | - |
| YUV | 172.66 | 162.05 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 201 | 233 | 0.60 | 0.14 | 0 | 0.09 | 193.81 | 0.76 | 0.64 |
| Hex | 5E | C9 | E9 | 3C | E | 0 | 9 | C2 | 4C | 40 |
| Octal | 136 | 311 | 351 | 74 | 16 | 0 | 11 | 302 | 114 | 100 |
| Binary | 1011110 | 11001001 | 11101001 | 111100 | 1110 | 0 | 1001 | 11000010 | 1001100 | 1000000 |
Color Harmonies of #5EC9E9
Complementary color
Monochromatic Colors of #5EC9E9
Black with #5EC9E9
Text Example
Text Example
White with #5EC9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC9E9; }
p { color: rgb(94,201,233); }
H1.HeaderClassName
{
color: #5EC9E9;
}
.AnyTagClassName
{
color: #5EC9E9;
}
</style>
background-color css
<style>
a { background-color: #5EC9E9; }
a { background-color: rgb(94,201,233); }
div.DivClassName
{
background-color: #5EC9E9;
}
.BgClassName
{
background-color: #5EC9E9;
}
</style>
border-color css
<style>
span { border-color: #5EC9E9; }
span { border-color: rgb(94,201,233); }
td.TdClassName
{
border-color: #5EC9E9;
}
.TagClassName
{
border-color: #5EC9E9;
}
</style>