Shades of Malibu #4DC0FB
Tints of Malibu #4DC0FB
RGB
CMYK
RGB Variations
Color information
#4DC0FB (or 0x4DC0FB) is known color: Malibu. HEX triplet: 4D, C0 and FB. RGB value is (77,192,251). Sum of RGB (Red+Green+Blue) = 77+192+251=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DC0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC0FB is #B23F04. Grayscale: #A3A3A3. Windows color (decimal): -11681541 or 16498765. OLE color: 16498765.
HSL color Cylindrical-coordinate representation of color #4DC0FB: hue angle of 200.34º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DC0FB is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 192 | 251 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.02 |
| HSL | 200.34º | 0.96% | 0.64% | - |
| HSV(B) | 200.34º | 0.69% | 0.98% | - |
| XYZ | 39.32 | 46.24 | 98.12 | - |
| YUV | 164.34 | 176.9 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 251 | 0.69 | 0.24 | 0 | 0.02 | 200.34 | 0.96 | 0.64 |
| Hex | 4D | C0 | FB | 45 | 18 | 0 | 2 | C8 | 60 | 40 |
| Octal | 115 | 300 | 373 | 105 | 30 | 0 | 2 | 310 | 140 | 100 |
| Binary | 1001101 | 11000000 | 11111011 | 1000101 | 11000 | 0 | 10 | 11001000 | 1100000 | 1000000 |
Color Harmonies of #4DC0FB
Complementary color
Monochromatic Colors of #4DC0FB
Black with #4DC0FB
Text Example
Text Example
White with #4DC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC0FB; }
p { color: rgb(77,192,251); }
H1.HeaderClassName
{
color: #4DC0FB;
}
.AnyTagClassName
{
color: #4DC0FB;
}
</style>
background-color css
<style>
a { background-color: #4DC0FB; }
a { background-color: rgb(77,192,251); }
div.DivClassName
{
background-color: #4DC0FB;
}
.BgClassName
{
background-color: #4DC0FB;
}
</style>
border-color css
<style>
span { border-color: #4DC0FB; }
span { border-color: rgb(77,192,251); }
td.TdClassName
{
border-color: #4DC0FB;
}
.TagClassName
{
border-color: #4DC0FB;
}
</style>