Shades of Malibu #5EC3DB
Tints of Malibu #5EC3DB
RGB
CMYK
RGB Variations
Color information
#5EC3DB (or 0x5EC3DB) is known color: Malibu. HEX triplet: 5E, C3 and DB. RGB value is (94,195,219). Sum of RGB (Red+Green+Blue) = 94+195+219=508 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.50% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EC3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC3DB is #A13C24. Grayscale: #A7A7A7. Windows color (decimal): -10566693 or 14402398. OLE color: 14402398.
HSL color Cylindrical-coordinate representation of color #5EC3DB: hue angle of 191.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EC3DB is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 195 | 219 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.14 |
| HSL | 191.52º | 0.63% | 0.61% | - |
| HSV(B) | 191.52º | 0.57% | 0.86% | - |
| XYZ | 36.92 | 46.52 | 74.05 | - |
| YUV | 167.54 | 157.04 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 195 | 219 | 0.57 | 0.11 | 0 | 0.14 | 191.52 | 0.63 | 0.61 |
| Hex | 5E | C3 | DB | 39 | B | 0 | E | C0 | 3F | 3D |
| Octal | 136 | 303 | 333 | 71 | 13 | 0 | 16 | 300 | 77 | 75 |
| Binary | 1011110 | 11000011 | 11011011 | 111001 | 1011 | 0 | 1110 | 11000000 | 111111 | 111101 |
Color Harmonies of #5EC3DB
Complementary color
Monochromatic Colors of #5EC3DB
Black with #5EC3DB
Text Example
Text Example
White with #5EC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC3DB; }
p { color: rgb(94,195,219); }
H1.HeaderClassName
{
color: #5EC3DB;
}
.AnyTagClassName
{
color: #5EC3DB;
}
</style>
background-color css
<style>
a { background-color: #5EC3DB; }
a { background-color: rgb(94,195,219); }
div.DivClassName
{
background-color: #5EC3DB;
}
.BgClassName
{
background-color: #5EC3DB;
}
</style>
border-color css
<style>
span { border-color: #5EC3DB; }
span { border-color: rgb(94,195,219); }
td.TdClassName
{
border-color: #5EC3DB;
}
.TagClassName
{
border-color: #5EC3DB;
}
</style>