Shades of Malibu #4EC1FA
Tints of Malibu #4EC1FA
RGB
CMYK
RGB Variations
Color information
#4EC1FA (or 0x4EC1FA) is known color: Malibu. HEX triplet: 4E, C1 and FA. RGB value is (78,193,250). Sum of RGB (Red+Green+Blue) = 78+193+250=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #4EC1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC1FA is #B13E05. Grayscale: #A4A4A4. Windows color (decimal): -11615750 or 16433486. OLE color: 16433486.
HSL color Cylindrical-coordinate representation of color #4EC1FA: hue angle of 199.88º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EC1FA is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 193 | 250 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.02 |
| HSL | 199.88º | 0.95% | 0.64% | - |
| HSV(B) | 199.88º | 0.69% | 0.98% | - |
| XYZ | 39.47 | 46.66 | 97.37 | - |
| YUV | 165.11 | 175.9 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 193 | 250 | 0.69 | 0.23 | 0 | 0.02 | 199.88 | 0.95 | 0.64 |
| Hex | 4E | C1 | FA | 45 | 17 | 0 | 2 | C8 | 5F | 40 |
| Octal | 116 | 301 | 372 | 105 | 27 | 0 | 2 | 310 | 137 | 100 |
| Binary | 1001110 | 11000001 | 11111010 | 1000101 | 10111 | 0 | 10 | 11001000 | 1011111 | 1000000 |
Color Harmonies of #4EC1FA
Complementary color
Monochromatic Colors of #4EC1FA
Black with #4EC1FA
Text Example
Text Example
White with #4EC1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC1FA; }
p { color: rgb(78,193,250); }
H1.HeaderClassName
{
color: #4EC1FA;
}
.AnyTagClassName
{
color: #4EC1FA;
}
</style>
background-color css
<style>
a { background-color: #4EC1FA; }
a { background-color: rgb(78,193,250); }
div.DivClassName
{
background-color: #4EC1FA;
}
.BgClassName
{
background-color: #4EC1FA;
}
</style>
border-color css
<style>
span { border-color: #4EC1FA; }
span { border-color: rgb(78,193,250); }
td.TdClassName
{
border-color: #4EC1FA;
}
.TagClassName
{
border-color: #4EC1FA;
}
</style>