Shades of Malibu #4EC0EF
Tints of Malibu #4EC0EF
RGB
CMYK
RGB Variations
Color information
#4EC0EF (or 0x4EC0EF) is known color: Malibu. HEX triplet: 4E, C0 and EF. RGB value is (78,192,239). Sum of RGB (Red+Green+Blue) = 78+192+239=509 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.32% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #4EC0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC0EF is #B13F10. Grayscale: #A2A2A2. Windows color (decimal): -11616017 or 15712334. OLE color: 15712334.
HSL color Cylindrical-coordinate representation of color #4EC0EF: hue angle of 197.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EC0EF is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 192 | 239 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.06 |
| HSL | 197.52º | 0.83% | 0.62% | - |
| HSV(B) | 197.52º | 0.67% | 0.94% | - |
| XYZ | 37.57 | 45.55 | 88.47 | - |
| YUV | 163.27 | 170.73 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 239 | 0.67 | 0.20 | 0 | 0.06 | 197.52 | 0.83 | 0.62 |
| Hex | 4E | C0 | EF | 43 | 14 | 0 | 6 | C6 | 53 | 3E |
| Octal | 116 | 300 | 357 | 103 | 24 | 0 | 6 | 306 | 123 | 76 |
| Binary | 1001110 | 11000000 | 11101111 | 1000011 | 10100 | 0 | 110 | 11000110 | 1010011 | 111110 |
Color Harmonies of #4EC0EF
Complementary color
Monochromatic Colors of #4EC0EF
Black with #4EC0EF
Text Example
Text Example
White with #4EC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0EF; }
p { color: rgb(78,192,239); }
H1.HeaderClassName
{
color: #4EC0EF;
}
.AnyTagClassName
{
color: #4EC0EF;
}
</style>
background-color css
<style>
a { background-color: #4EC0EF; }
a { background-color: rgb(78,192,239); }
div.DivClassName
{
background-color: #4EC0EF;
}
.BgClassName
{
background-color: #4EC0EF;
}
</style>
border-color css
<style>
span { border-color: #4EC0EF; }
span { border-color: rgb(78,192,239); }
td.TdClassName
{
border-color: #4EC0EF;
}
.TagClassName
{
border-color: #4EC0EF;
}
</style>