Shades of Malibu #4DBFFB
Tints of Malibu #4DBFFB
RGB
CMYK
RGB Variations
Color information
#4DBFFB (or 0x4DBFFB) is known color: Malibu. HEX triplet: 4D, BF and FB. RGB value is (77,191,251). Sum of RGB (Red+Green+Blue) = 77+191+251=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DBFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBFFB is #B24004. Grayscale: #A3A3A3. Windows color (decimal): -11681797 or 16498509. OLE color: 16498509.
HSL color Cylindrical-coordinate representation of color #4DBFFB: hue angle of 200.69º 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 #4DBFFB is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 191 | 251 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.02 |
| HSL | 200.69º | 0.96% | 0.64% | - |
| HSV(B) | 200.69º | 0.69% | 0.98% | - |
| XYZ | 39.1 | 45.8 | 98.05 | - |
| YUV | 163.75 | 177.23 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 251 | 0.69 | 0.24 | 0 | 0.02 | 200.69 | 0.96 | 0.64 |
| Hex | 4D | BF | FB | 45 | 18 | 0 | 2 | C9 | 60 | 40 |
| Octal | 115 | 277 | 373 | 105 | 30 | 0 | 2 | 311 | 140 | 100 |
| Binary | 1001101 | 10111111 | 11111011 | 1000101 | 11000 | 0 | 10 | 11001001 | 1100000 | 1000000 |
Color Harmonies of #4DBFFB
Complementary color
Monochromatic Colors of #4DBFFB
Black with #4DBFFB
Text Example
Text Example
White with #4DBFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFFB; }
p { color: rgb(77,191,251); }
H1.HeaderClassName
{
color: #4DBFFB;
}
.AnyTagClassName
{
color: #4DBFFB;
}
</style>
background-color css
<style>
a { background-color: #4DBFFB; }
a { background-color: rgb(77,191,251); }
div.DivClassName
{
background-color: #4DBFFB;
}
.BgClassName
{
background-color: #4DBFFB;
}
</style>
border-color css
<style>
span { border-color: #4DBFFB; }
span { border-color: rgb(77,191,251); }
td.TdClassName
{
border-color: #4DBFFB;
}
.TagClassName
{
border-color: #4DBFFB;
}
</style>