Shades of Malibu #4EC0FC
Tints of Malibu #4EC0FC
RGB
CMYK
RGB Variations
Color information
#4EC0FC (or 0x4EC0FC) is known color: Malibu. HEX triplet: 4E, C0 and FC. RGB value is (78,192,252). Sum of RGB (Red+Green+Blue) = 78+192+252=522 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.94% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #4EC0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC0FC is #B13F03. Grayscale: #A4A4A4. Windows color (decimal): -11616004 or 16564302. OLE color: 16564302.
HSL color Cylindrical-coordinate representation of color #4EC0FC: hue angle of 200.69º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EC0FC is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 192 | 252 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.01 |
| HSL | 200.69º | 0.97% | 0.65% | - |
| HSV(B) | 200.69º | 0.69% | 0.99% | - |
| XYZ | 39.56 | 46.35 | 98.96 | - |
| YUV | 164.75 | 177.23 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 252 | 0.69 | 0.24 | 0 | 0.01 | 200.69 | 0.97 | 0.65 |
| Hex | 4E | C0 | FC | 45 | 18 | 0 | 1 | C9 | 61 | 41 |
| Octal | 116 | 300 | 374 | 105 | 30 | 0 | 1 | 311 | 141 | 101 |
| Binary | 1001110 | 11000000 | 11111100 | 1000101 | 11000 | 0 | 1 | 11001001 | 1100001 | 1000001 |
Color Harmonies of #4EC0FC
Complementary color
Monochromatic Colors of #4EC0FC
Black with #4EC0FC
Text Example
Text Example
White with #4EC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0FC; }
p { color: rgb(78,192,252); }
H1.HeaderClassName
{
color: #4EC0FC;
}
.AnyTagClassName
{
color: #4EC0FC;
}
</style>
background-color css
<style>
a { background-color: #4EC0FC; }
a { background-color: rgb(78,192,252); }
div.DivClassName
{
background-color: #4EC0FC;
}
.BgClassName
{
background-color: #4EC0FC;
}
</style>
border-color css
<style>
span { border-color: #4EC0FC; }
span { border-color: rgb(78,192,252); }
td.TdClassName
{
border-color: #4EC0FC;
}
.TagClassName
{
border-color: #4EC0FC;
}
</style>