Shades of Malibu #5EC6DB
Tints of Malibu #5EC6DB
RGB
CMYK
RGB Variations
Color information
#5EC6DB (or 0x5EC6DB) is known color: Malibu. HEX triplet: 5E, C6 and DB. RGB value is (94,198,219). Sum of RGB (Red+Green+Blue) = 94+198+219=511 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.40% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EC6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC6DB is #A13924. Grayscale: #A9A9A9. Windows color (decimal): -10565925 or 14403166. OLE color: 14403166.
HSL color Cylindrical-coordinate representation of color #5EC6DB: hue angle of 190.08º 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 #5EC6DB is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 198 | 219 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.14 |
| HSL | 190.08º | 0.63% | 0.61% | - |
| HSV(B) | 190.08º | 0.57% | 0.86% | - |
| XYZ | 37.6 | 47.88 | 74.28 | - |
| YUV | 169.3 | 156.04 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 198 | 219 | 0.57 | 0.10 | 0 | 0.14 | 190.08 | 0.63 | 0.61 |
| Hex | 5E | C6 | DB | 39 | A | 0 | E | BE | 3F | 3D |
| Octal | 136 | 306 | 333 | 71 | 12 | 0 | 16 | 276 | 77 | 75 |
| Binary | 1011110 | 11000110 | 11011011 | 111001 | 1010 | 0 | 1110 | 10111110 | 111111 | 111101 |
Color Harmonies of #5EC6DB
Complementary color
Monochromatic Colors of #5EC6DB
Black with #5EC6DB
Text Example
Text Example
White with #5EC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC6DB; }
p { color: rgb(94,198,219); }
H1.HeaderClassName
{
color: #5EC6DB;
}
.AnyTagClassName
{
color: #5EC6DB;
}
</style>
background-color css
<style>
a { background-color: #5EC6DB; }
a { background-color: rgb(94,198,219); }
div.DivClassName
{
background-color: #5EC6DB;
}
.BgClassName
{
background-color: #5EC6DB;
}
</style>
border-color css
<style>
span { border-color: #5EC6DB; }
span { border-color: rgb(94,198,219); }
td.TdClassName
{
border-color: #5EC6DB;
}
.TagClassName
{
border-color: #5EC6DB;
}
</style>