Shades of Malibu #4DBAEF
Tints of Malibu #4DBAEF
RGB
CMYK
RGB Variations
Color information
#4DBAEF (or 0x4DBAEF) is known color: Malibu. HEX triplet: 4D, BA and EF. RGB value is (77,186,239). Sum of RGB (Red+Green+Blue) = 77+186+239=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DBAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBAEF is #B24510. Grayscale: #9F9F9F. Windows color (decimal): -11683089 or 15710797. OLE color: 15710797.
HSL color Cylindrical-coordinate representation of color #4DBAEF: hue angle of 199.63º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DBAEF is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 186 | 239 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.06 |
| HSL | 199.63º | 0.84% | 0.62% | - |
| HSV(B) | 199.63º | 0.68% | 0.94% | - |
| XYZ | 36.2 | 42.93 | 88.04 | - |
| YUV | 159.45 | 172.89 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 239 | 0.68 | 0.22 | 0 | 0.06 | 199.63 | 0.84 | 0.62 |
| Hex | 4D | BA | EF | 44 | 16 | 0 | 6 | C8 | 54 | 3E |
| Octal | 115 | 272 | 357 | 104 | 26 | 0 | 6 | 310 | 124 | 76 |
| Binary | 1001101 | 10111010 | 11101111 | 1000100 | 10110 | 0 | 110 | 11001000 | 1010100 | 111110 |
Color Harmonies of #4DBAEF
Complementary color
Monochromatic Colors of #4DBAEF
Black with #4DBAEF
Text Example
Text Example
White with #4DBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBAEF; }
p { color: rgb(77,186,239); }
H1.HeaderClassName
{
color: #4DBAEF;
}
.AnyTagClassName
{
color: #4DBAEF;
}
</style>
background-color css
<style>
a { background-color: #4DBAEF; }
a { background-color: rgb(77,186,239); }
div.DivClassName
{
background-color: #4DBAEF;
}
.BgClassName
{
background-color: #4DBAEF;
}
</style>
border-color css
<style>
span { border-color: #4DBAEF; }
span { border-color: rgb(77,186,239); }
td.TdClassName
{
border-color: #4DBAEF;
}
.TagClassName
{
border-color: #4DBAEF;
}
</style>