Shades of Malibu #4ECAED
Tints of Malibu #4ECAED
RGB
CMYK
RGB Variations
Color information
#4ECAED (or 0x4ECAED) is known color: Malibu. HEX triplet: 4E, CA and ED. RGB value is (78,202,237). Sum of RGB (Red+Green+Blue) = 78+202+237=517 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.09% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #4ECAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECAED is #B13512. Grayscale: #A8A8A8. Windows color (decimal): -11613459 or 15583822. OLE color: 15583822.
HSL color Cylindrical-coordinate representation of color #4ECAED: hue angle of 193.21º 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 #4ECAED is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 202 | 237 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.07 |
| HSL | 193.21º | 0.82% | 0.62% | - |
| HSV(B) | 193.21º | 0.67% | 0.93% | - |
| XYZ | 39.55 | 49.98 | 87.68 | - |
| YUV | 168.91 | 166.42 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 202 | 237 | 0.67 | 0.15 | 0 | 0.07 | 193.21 | 0.82 | 0.62 |
| Hex | 4E | CA | ED | 43 | F | 0 | 7 | C1 | 52 | 3E |
| Octal | 116 | 312 | 355 | 103 | 17 | 0 | 7 | 301 | 122 | 76 |
| Binary | 1001110 | 11001010 | 11101101 | 1000011 | 1111 | 0 | 111 | 11000001 | 1010010 | 111110 |
Color Harmonies of #4ECAED
Complementary color
Monochromatic Colors of #4ECAED
Black with #4ECAED
Text Example
Text Example
White with #4ECAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECAED; }
p { color: rgb(78,202,237); }
H1.HeaderClassName
{
color: #4ECAED;
}
.AnyTagClassName
{
color: #4ECAED;
}
</style>
background-color css
<style>
a { background-color: #4ECAED; }
a { background-color: rgb(78,202,237); }
div.DivClassName
{
background-color: #4ECAED;
}
.BgClassName
{
background-color: #4ECAED;
}
</style>
border-color css
<style>
span { border-color: #4ECAED; }
span { border-color: rgb(78,202,237); }
td.TdClassName
{
border-color: #4ECAED;
}
.TagClassName
{
border-color: #4ECAED;
}
</style>