Shades of Malibu #4EBAFD
Tints of Malibu #4EBAFD
RGB
CMYK
RGB Variations
Color information
#4EBAFD (or 0x4EBAFD) is known color: Malibu. HEX triplet: 4E, BA and FD. RGB value is (78,186,253). Sum of RGB (Red+Green+Blue) = 78+186+253=517 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.09% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EBAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBAFD is #B14502. Grayscale: #A0A0A0. Windows color (decimal): -11617539 or 16628302. OLE color: 16628302.
HSL color Cylindrical-coordinate representation of color #4EBAFD: hue angle of 202.97º degrees, saturation: 0.98, 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 #4EBAFD is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 186 | 253 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.01 |
| HSL | 202.97º | 0.98% | 0.65% | - |
| HSV(B) | 202.97º | 0.69% | 0.99% | - |
| XYZ | 38.43 | 43.83 | 99.36 | - |
| YUV | 161.35 | 179.72 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 253 | 0.69 | 0.26 | 0 | 0.01 | 202.97 | 0.98 | 0.65 |
| Hex | 4E | BA | FD | 45 | 1A | 0 | 1 | CB | 62 | 41 |
| Octal | 116 | 272 | 375 | 105 | 32 | 0 | 1 | 313 | 142 | 101 |
| Binary | 1001110 | 10111010 | 11111101 | 1000101 | 11010 | 0 | 1 | 11001011 | 1100010 | 1000001 |
Color Harmonies of #4EBAFD
Complementary color
Monochromatic Colors of #4EBAFD
Black with #4EBAFD
Text Example
Text Example
White with #4EBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBAFD; }
p { color: rgb(78,186,253); }
H1.HeaderClassName
{
color: #4EBAFD;
}
.AnyTagClassName
{
color: #4EBAFD;
}
</style>
background-color css
<style>
a { background-color: #4EBAFD; }
a { background-color: rgb(78,186,253); }
div.DivClassName
{
background-color: #4EBAFD;
}
.BgClassName
{
background-color: #4EBAFD;
}
</style>
border-color css
<style>
span { border-color: #4EBAFD; }
span { border-color: rgb(78,186,253); }
td.TdClassName
{
border-color: #4EBAFD;
}
.TagClassName
{
border-color: #4EBAFD;
}
</style>