Shades of Malibu #4DCBEF
Tints of Malibu #4DCBEF
RGB
CMYK
RGB Variations
Color information
#4DCBEF (or 0x4DCBEF) is known color: Malibu. HEX triplet: 4D, CB and EF. RGB value is (77,203,239). Sum of RGB (Red+Green+Blue) = 77+203+239=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DCBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCBEF is #B23410. Grayscale: #A9A9A9. Windows color (decimal): -11678737 or 15715149. OLE color: 15715149.
HSL color Cylindrical-coordinate representation of color #4DCBEF: hue angle of 193.33º 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 #4DCBEF is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 203 | 239 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.06 |
| HSL | 193.33º | 0.84% | 0.62% | - |
| HSV(B) | 193.33º | 0.68% | 0.94% | - |
| XYZ | 40 | 50.52 | 89.3 | - |
| YUV | 169.43 | 167.26 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 239 | 0.68 | 0.15 | 0 | 0.06 | 193.33 | 0.84 | 0.62 |
| Hex | 4D | CB | EF | 44 | F | 0 | 6 | C1 | 54 | 3E |
| Octal | 115 | 313 | 357 | 104 | 17 | 0 | 6 | 301 | 124 | 76 |
| Binary | 1001101 | 11001011 | 11101111 | 1000100 | 1111 | 0 | 110 | 11000001 | 1010100 | 111110 |
Color Harmonies of #4DCBEF
Complementary color
Monochromatic Colors of #4DCBEF
Black with #4DCBEF
Text Example
Text Example
White with #4DCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCBEF; }
p { color: rgb(77,203,239); }
H1.HeaderClassName
{
color: #4DCBEF;
}
.AnyTagClassName
{
color: #4DCBEF;
}
</style>
background-color css
<style>
a { background-color: #4DCBEF; }
a { background-color: rgb(77,203,239); }
div.DivClassName
{
background-color: #4DCBEF;
}
.BgClassName
{
background-color: #4DCBEF;
}
</style>
border-color css
<style>
span { border-color: #4DCBEF; }
span { border-color: rgb(77,203,239); }
td.TdClassName
{
border-color: #4DCBEF;
}
.TagClassName
{
border-color: #4DCBEF;
}
</style>