Shades of Malibu #4ECBED
Tints of Malibu #4ECBED
RGB
CMYK
RGB Variations
Color information
#4ECBED (or 0x4ECBED) is known color: Malibu. HEX triplet: 4E, CB and ED. RGB value is (78,203,237). Sum of RGB (Red+Green+Blue) = 78+203+237=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #4ECBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECBED is #B13412. Grayscale: #A9A9A9. Windows color (decimal): -11613203 or 15584078. OLE color: 15584078.
HSL color Cylindrical-coordinate representation of color #4ECBED: hue angle of 192.83º 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 #4ECBED is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 203 | 237 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.07 |
| HSL | 192.83º | 0.82% | 0.62% | - |
| HSV(B) | 192.83º | 0.67% | 0.93% | - |
| XYZ | 39.78 | 50.45 | 87.76 | - |
| YUV | 169.5 | 166.09 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 237 | 0.67 | 0.14 | 0 | 0.07 | 192.83 | 0.82 | 0.62 |
| Hex | 4E | CB | ED | 43 | E | 0 | 7 | C1 | 52 | 3E |
| Octal | 116 | 313 | 355 | 103 | 16 | 0 | 7 | 301 | 122 | 76 |
| Binary | 1001110 | 11001011 | 11101101 | 1000011 | 1110 | 0 | 111 | 11000001 | 1010010 | 111110 |
Color Harmonies of #4ECBED
Complementary color
Monochromatic Colors of #4ECBED
Black with #4ECBED
Text Example
Text Example
White with #4ECBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECBED; }
p { color: rgb(78,203,237); }
H1.HeaderClassName
{
color: #4ECBED;
}
.AnyTagClassName
{
color: #4ECBED;
}
</style>
background-color css
<style>
a { background-color: #4ECBED; }
a { background-color: rgb(78,203,237); }
div.DivClassName
{
background-color: #4ECBED;
}
.BgClassName
{
background-color: #4ECBED;
}
</style>
border-color css
<style>
span { border-color: #4ECBED; }
span { border-color: rgb(78,203,237); }
td.TdClassName
{
border-color: #4ECBED;
}
.TagClassName
{
border-color: #4ECBED;
}
</style>