Shades of Malibu #5EC2DD
Tints of Malibu #5EC2DD
RGB
CMYK
RGB Variations
Color information
#5EC2DD (or 0x5EC2DD) is known color: Malibu. HEX triplet: 5E, C2 and DD. RGB value is (94,194,221). Sum of RGB (Red+Green+Blue) = 94+194+221=509 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.47% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EC2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC2DD is #A13D22. Grayscale: #A6A6A6. Windows color (decimal): -10566947 or 14533214. OLE color: 14533214.
HSL color Cylindrical-coordinate representation of color #5EC2DD: hue angle of 192.76º 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 #5EC2DD is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 194 | 221 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.13 |
| HSL | 192.76º | 0.65% | 0.62% | - |
| HSV(B) | 192.76º | 0.57% | 0.87% | - |
| XYZ | 36.96 | 46.18 | 75.37 | - |
| YUV | 167.18 | 158.37 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 194 | 221 | 0.57 | 0.12 | 0 | 0.13 | 192.76 | 0.65 | 0.62 |
| Hex | 5E | C2 | DD | 39 | C | 0 | D | C1 | 41 | 3E |
| Octal | 136 | 302 | 335 | 71 | 14 | 0 | 15 | 301 | 101 | 76 |
| Binary | 1011110 | 11000010 | 11011101 | 111001 | 1100 | 0 | 1101 | 11000001 | 1000001 | 111110 |
Color Harmonies of #5EC2DD
Complementary color
Monochromatic Colors of #5EC2DD
Black with #5EC2DD
Text Example
Text Example
White with #5EC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC2DD; }
p { color: rgb(94,194,221); }
H1.HeaderClassName
{
color: #5EC2DD;
}
.AnyTagClassName
{
color: #5EC2DD;
}
</style>
background-color css
<style>
a { background-color: #5EC2DD; }
a { background-color: rgb(94,194,221); }
div.DivClassName
{
background-color: #5EC2DD;
}
.BgClassName
{
background-color: #5EC2DD;
}
</style>
border-color css
<style>
span { border-color: #5EC2DD; }
span { border-color: rgb(94,194,221); }
td.TdClassName
{
border-color: #5EC2DD;
}
.TagClassName
{
border-color: #5EC2DD;
}
</style>