Shades of Malibu #4DC5EF
Tints of Malibu #4DC5EF
RGB
CMYK
RGB Variations
Color information
#4DC5EF (or 0x4DC5EF) is known color: Malibu. HEX triplet: 4D, C5 and EF. RGB value is (77,197,239). Sum of RGB (Red+Green+Blue) = 77+197+239=513 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.01% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DC5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC5EF is #B23A10. Grayscale: #A5A5A5. Windows color (decimal): -11680273 or 15713613. OLE color: 15713613.
HSL color Cylindrical-coordinate representation of color #4DC5EF: hue angle of 195.56º 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 #4DC5EF is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 197 | 239 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.06 |
| HSL | 195.56º | 0.84% | 0.62% | - |
| HSV(B) | 195.56º | 0.68% | 0.94% | - |
| XYZ | 38.61 | 47.74 | 88.84 | - |
| YUV | 165.91 | 169.24 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 197 | 239 | 0.68 | 0.18 | 0 | 0.06 | 195.56 | 0.84 | 0.62 |
| Hex | 4D | C5 | EF | 44 | 12 | 0 | 6 | C4 | 54 | 3E |
| Octal | 115 | 305 | 357 | 104 | 22 | 0 | 6 | 304 | 124 | 76 |
| Binary | 1001101 | 11000101 | 11101111 | 1000100 | 10010 | 0 | 110 | 11000100 | 1010100 | 111110 |
Color Harmonies of #4DC5EF
Complementary color
Monochromatic Colors of #4DC5EF
Black with #4DC5EF
Text Example
Text Example
White with #4DC5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC5EF; }
p { color: rgb(77,197,239); }
H1.HeaderClassName
{
color: #4DC5EF;
}
.AnyTagClassName
{
color: #4DC5EF;
}
</style>
background-color css
<style>
a { background-color: #4DC5EF; }
a { background-color: rgb(77,197,239); }
div.DivClassName
{
background-color: #4DC5EF;
}
.BgClassName
{
background-color: #4DC5EF;
}
</style>
border-color css
<style>
span { border-color: #4DC5EF; }
span { border-color: rgb(77,197,239); }
td.TdClassName
{
border-color: #4DC5EF;
}
.TagClassName
{
border-color: #4DC5EF;
}
</style>