Shades of Malibu #4EC9ED
Tints of Malibu #4EC9ED
RGB
CMYK
RGB Variations
Color information
#4EC9ED (or 0x4EC9ED) is known color: Malibu. HEX triplet: 4E, C9 and ED. RGB value is (78,201,237). Sum of RGB (Red+Green+Blue) = 78+201+237=516 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.12% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #4EC9ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC9ED is #B13612. Grayscale: #A8A8A8. Windows color (decimal): -11613715 or 15583566. OLE color: 15583566.
HSL color Cylindrical-coordinate representation of color #4EC9ED: hue angle of 193.58º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EC9ED is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 201 | 237 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.07 |
| HSL | 193.58º | 0.82% | 0.62% | - |
| HSV(B) | 193.58º | 0.67% | 0.93% | - |
| XYZ | 39.31 | 49.51 | 87.6 | - |
| YUV | 168.33 | 166.75 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 237 | 0.67 | 0.15 | 0 | 0.07 | 193.58 | 0.82 | 0.62 |
| Hex | 4E | C9 | ED | 43 | F | 0 | 7 | C2 | 52 | 3E |
| Octal | 116 | 311 | 355 | 103 | 17 | 0 | 7 | 302 | 122 | 76 |
| Binary | 1001110 | 11001001 | 11101101 | 1000011 | 1111 | 0 | 111 | 11000010 | 1010010 | 111110 |
Color Harmonies of #4EC9ED
Complementary color
Monochromatic Colors of #4EC9ED
Black with #4EC9ED
Text Example
Text Example
White with #4EC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC9ED; }
p { color: rgb(78,201,237); }
H1.HeaderClassName
{
color: #4EC9ED;
}
.AnyTagClassName
{
color: #4EC9ED;
}
</style>
background-color css
<style>
a { background-color: #4EC9ED; }
a { background-color: rgb(78,201,237); }
div.DivClassName
{
background-color: #4EC9ED;
}
.BgClassName
{
background-color: #4EC9ED;
}
</style>
border-color css
<style>
span { border-color: #4EC9ED; }
span { border-color: rgb(78,201,237); }
td.TdClassName
{
border-color: #4EC9ED;
}
.TagClassName
{
border-color: #4EC9ED;
}
</style>