Shades of Malibu #4EBDFD
Tints of Malibu #4EBDFD
RGB
CMYK
RGB Variations
Color information
#4EBDFD (or 0x4EBDFD) is known color: Malibu. HEX triplet: 4E, BD and FD. RGB value is (78,189,253). Sum of RGB (Red+Green+Blue) = 78+189+253=520 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EBDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBDFD is #B14202. Grayscale: #A2A2A2. Windows color (decimal): -11616771 or 16629070. OLE color: 16629070.
HSL color Cylindrical-coordinate representation of color #4EBDFD: hue angle of 201.94º 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 #4EBDFD is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 189 | 253 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.01 |
| HSL | 201.94º | 0.98% | 0.65% | - |
| HSV(B) | 201.94º | 0.69% | 0.99% | - |
| XYZ | 39.07 | 45.11 | 99.58 | - |
| YUV | 163.11 | 178.73 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 253 | 0.69 | 0.25 | 0 | 0.01 | 201.94 | 0.98 | 0.65 |
| Hex | 4E | BD | FD | 45 | 19 | 0 | 1 | CA | 62 | 41 |
| Octal | 116 | 275 | 375 | 105 | 31 | 0 | 1 | 312 | 142 | 101 |
| Binary | 1001110 | 10111101 | 11111101 | 1000101 | 11001 | 0 | 1 | 11001010 | 1100010 | 1000001 |
Color Harmonies of #4EBDFD
Complementary color
Monochromatic Colors of #4EBDFD
Black with #4EBDFD
Text Example
Text Example
White with #4EBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBDFD; }
p { color: rgb(78,189,253); }
H1.HeaderClassName
{
color: #4EBDFD;
}
.AnyTagClassName
{
color: #4EBDFD;
}
</style>
background-color css
<style>
a { background-color: #4EBDFD; }
a { background-color: rgb(78,189,253); }
div.DivClassName
{
background-color: #4EBDFD;
}
.BgClassName
{
background-color: #4EBDFD;
}
</style>
border-color css
<style>
span { border-color: #4EBDFD; }
span { border-color: rgb(78,189,253); }
td.TdClassName
{
border-color: #4EBDFD;
}
.TagClassName
{
border-color: #4EBDFD;
}
</style>