Shades of Malibu #4EBAEB
Tints of Malibu #4EBAEB
RGB
CMYK
RGB Variations
Color information
#4EBAEB (or 0x4EBAEB) is known color: Malibu. HEX triplet: 4E, BA and EB. RGB value is (78,186,235). Sum of RGB (Red+Green+Blue) = 78+186+235=499 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.63% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #4EBAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBAEB is #B14514. Grayscale: #9E9E9E. Windows color (decimal): -11617557 or 15448654. OLE color: 15448654.
HSL color Cylindrical-coordinate representation of color #4EBAEB: hue angle of 198.73º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EBAEB is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 186 | 235 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.08 |
| HSL | 198.73º | 0.8% | 0.61% | - |
| HSV(B) | 198.73º | 0.67% | 0.92% | - |
| XYZ | 35.7 | 42.74 | 84.96 | - |
| YUV | 159.29 | 170.72 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 235 | 0.67 | 0.21 | 0 | 0.08 | 198.73 | 0.8 | 0.61 |
| Hex | 4E | BA | EB | 43 | 15 | 0 | 8 | C7 | 50 | 3D |
| Octal | 116 | 272 | 353 | 103 | 25 | 0 | 10 | 307 | 120 | 75 |
| Binary | 1001110 | 10111010 | 11101011 | 1000011 | 10101 | 0 | 1000 | 11000111 | 1010000 | 111101 |
Color Harmonies of #4EBAEB
Complementary color
Monochromatic Colors of #4EBAEB
Black with #4EBAEB
Text Example
Text Example
White with #4EBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBAEB; }
p { color: rgb(78,186,235); }
H1.HeaderClassName
{
color: #4EBAEB;
}
.AnyTagClassName
{
color: #4EBAEB;
}
</style>
background-color css
<style>
a { background-color: #4EBAEB; }
a { background-color: rgb(78,186,235); }
div.DivClassName
{
background-color: #4EBAEB;
}
.BgClassName
{
background-color: #4EBAEB;
}
</style>
border-color css
<style>
span { border-color: #4EBAEB; }
span { border-color: rgb(78,186,235); }
td.TdClassName
{
border-color: #4EBAEB;
}
.TagClassName
{
border-color: #4EBAEB;
}
</style>