Shades of Malibu #4DC5ED
Tints of Malibu #4DC5ED
RGB
CMYK
RGB Variations
Color information
#4DC5ED (or 0x4DC5ED) is known color: Malibu. HEX triplet: 4D, C5 and ED. RGB value is (77,197,237). Sum of RGB (Red+Green+Blue) = 77+197+237=511 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.07% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #4DC5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC5ED is #B23A12. Grayscale: #A5A5A5. Windows color (decimal): -11680275 or 15582541. OLE color: 15582541.
HSL color Cylindrical-coordinate representation of color #4DC5ED: hue angle of 195º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DC5ED is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 197 | 237 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.07 |
| HSL | 195º | 0.82% | 0.62% | - |
| HSV(B) | 195º | 0.68% | 0.93% | - |
| XYZ | 38.31 | 47.62 | 87.29 | - |
| YUV | 165.68 | 168.24 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 197 | 237 | 0.68 | 0.17 | 0 | 0.07 | 195 | 0.82 | 0.62 |
| Hex | 4D | C5 | ED | 44 | 11 | 0 | 7 | C3 | 52 | 3E |
| Octal | 115 | 305 | 355 | 104 | 21 | 0 | 7 | 303 | 122 | 76 |
| Binary | 1001101 | 11000101 | 11101101 | 1000100 | 10001 | 0 | 111 | 11000011 | 1010010 | 111110 |
Color Harmonies of #4DC5ED
Complementary color
Monochromatic Colors of #4DC5ED
Black with #4DC5ED
Text Example
Text Example
White with #4DC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC5ED; }
p { color: rgb(77,197,237); }
H1.HeaderClassName
{
color: #4DC5ED;
}
.AnyTagClassName
{
color: #4DC5ED;
}
</style>
background-color css
<style>
a { background-color: #4DC5ED; }
a { background-color: rgb(77,197,237); }
div.DivClassName
{
background-color: #4DC5ED;
}
.BgClassName
{
background-color: #4DC5ED;
}
</style>
border-color css
<style>
span { border-color: #4DC5ED; }
span { border-color: rgb(77,197,237); }
td.TdClassName
{
border-color: #4DC5ED;
}
.TagClassName
{
border-color: #4DC5ED;
}
</style>