Shades of Malibu #4DBCEF
Tints of Malibu #4DBCEF
RGB
CMYK
RGB Variations
Color information
#4DBCEF (or 0x4DBCEF) is known color: Malibu. HEX triplet: 4D, BC and EF. RGB value is (77,188,239). Sum of RGB (Red+Green+Blue) = 77+188+239=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DBCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBCEF is #B24310. Grayscale: #A0A0A0. Windows color (decimal): -11682577 or 15711309. OLE color: 15711309.
HSL color Cylindrical-coordinate representation of color #4DBCEF: hue angle of 198.89º 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 #4DBCEF is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 188 | 239 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.06 |
| HSL | 198.89º | 0.84% | 0.62% | - |
| HSV(B) | 198.89º | 0.68% | 0.94% | - |
| XYZ | 36.62 | 43.78 | 88.18 | - |
| YUV | 160.63 | 172.23 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 239 | 0.68 | 0.21 | 0 | 0.06 | 198.89 | 0.84 | 0.62 |
| Hex | 4D | BC | EF | 44 | 15 | 0 | 6 | C7 | 54 | 3E |
| Octal | 115 | 274 | 357 | 104 | 25 | 0 | 6 | 307 | 124 | 76 |
| Binary | 1001101 | 10111100 | 11101111 | 1000100 | 10101 | 0 | 110 | 11000111 | 1010100 | 111110 |
Color Harmonies of #4DBCEF
Complementary color
Monochromatic Colors of #4DBCEF
Black with #4DBCEF
Text Example
Text Example
White with #4DBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCEF; }
p { color: rgb(77,188,239); }
H1.HeaderClassName
{
color: #4DBCEF;
}
.AnyTagClassName
{
color: #4DBCEF;
}
</style>
background-color css
<style>
a { background-color: #4DBCEF; }
a { background-color: rgb(77,188,239); }
div.DivClassName
{
background-color: #4DBCEF;
}
.BgClassName
{
background-color: #4DBCEF;
}
</style>
border-color css
<style>
span { border-color: #4DBCEF; }
span { border-color: rgb(77,188,239); }
td.TdClassName
{
border-color: #4DBCEF;
}
.TagClassName
{
border-color: #4DBCEF;
}
</style>