Shades of Malibu #4EC5EF
Tints of Malibu #4EC5EF
RGB
CMYK
RGB Variations
Color information
#4EC5EF (or 0x4EC5EF) is known color: Malibu. HEX triplet: 4E, C5 and EF. RGB value is (78,197,239). Sum of RGB (Red+Green+Blue) = 78+197+239=514 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.18% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #4EC5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC5EF is #B13A10. Grayscale: #A5A5A5. Windows color (decimal): -11614737 or 15713614. OLE color: 15713614.
HSL color Cylindrical-coordinate representation of color #4EC5EF: hue angle of 195.65º 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 #4EC5EF is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 197 | 239 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.06 |
| HSL | 195.65º | 0.83% | 0.62% | - |
| HSV(B) | 195.65º | 0.67% | 0.94% | - |
| XYZ | 38.69 | 47.78 | 88.85 | - |
| YUV | 166.21 | 169.08 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 197 | 239 | 0.67 | 0.18 | 0 | 0.06 | 195.65 | 0.83 | 0.62 |
| Hex | 4E | C5 | EF | 43 | 12 | 0 | 6 | C4 | 53 | 3E |
| Octal | 116 | 305 | 357 | 103 | 22 | 0 | 6 | 304 | 123 | 76 |
| Binary | 1001110 | 11000101 | 11101111 | 1000011 | 10010 | 0 | 110 | 11000100 | 1010011 | 111110 |
Color Harmonies of #4EC5EF
Complementary color
Monochromatic Colors of #4EC5EF
Black with #4EC5EF
Text Example
Text Example
White with #4EC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC5EF; }
p { color: rgb(78,197,239); }
H1.HeaderClassName
{
color: #4EC5EF;
}
.AnyTagClassName
{
color: #4EC5EF;
}
</style>
background-color css
<style>
a { background-color: #4EC5EF; }
a { background-color: rgb(78,197,239); }
div.DivClassName
{
background-color: #4EC5EF;
}
.BgClassName
{
background-color: #4EC5EF;
}
</style>
border-color css
<style>
span { border-color: #4EC5EF; }
span { border-color: rgb(78,197,239); }
td.TdClassName
{
border-color: #4EC5EF;
}
.TagClassName
{
border-color: #4EC5EF;
}
</style>