Shades of Malibu #4EC8FA
Tints of Malibu #4EC8FA
RGB
CMYK
RGB Variations
Color information
#4EC8FA (or 0x4EC8FA) is known color: Malibu. HEX triplet: 4E, C8 and FA. RGB value is (78,200,250). Sum of RGB (Red+Green+Blue) = 78+200+250=528 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.77% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #4EC8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC8FA is #B13705. Grayscale: #A8A8A8. Windows color (decimal): -11613958 or 16435278. OLE color: 16435278.
HSL color Cylindrical-coordinate representation of color #4EC8FA: hue angle of 197.44º 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 #4EC8FA is Cyan = 0.69, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 200 | 250 | - |
| CMYK | 0.69 | 0.2 | 0 | 0.02 |
| HSL | 197.44º | 0.95% | 0.64% | - |
| HSV(B) | 197.44º | 0.69% | 0.98% | - |
| XYZ | 41.05 | 49.83 | 97.9 | - |
| YUV | 169.22 | 173.58 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 250 | 0.69 | 0.2 | 0 | 0.02 | 197.44 | 0.95 | 0.64 |
| Hex | 4E | C8 | FA | 45 | 14 | 0 | 2 | C5 | 5F | 40 |
| Octal | 116 | 310 | 372 | 105 | 24 | 0 | 2 | 305 | 137 | 100 |
| Binary | 1001110 | 11001000 | 11111010 | 1000101 | 10100 | 0 | 10 | 11000101 | 1011111 | 1000000 |
Color Harmonies of #4EC8FA
Complementary color
Monochromatic Colors of #4EC8FA
Black with #4EC8FA
Text Example
Text Example
White with #4EC8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC8FA; }
p { color: rgb(78,200,250); }
H1.HeaderClassName
{
color: #4EC8FA;
}
.AnyTagClassName
{
color: #4EC8FA;
}
</style>
background-color css
<style>
a { background-color: #4EC8FA; }
a { background-color: rgb(78,200,250); }
div.DivClassName
{
background-color: #4EC8FA;
}
.BgClassName
{
background-color: #4EC8FA;
}
</style>
border-color css
<style>
span { border-color: #4EC8FA; }
span { border-color: rgb(78,200,250); }
td.TdClassName
{
border-color: #4EC8FA;
}
.TagClassName
{
border-color: #4EC8FA;
}
</style>