Shades of Malibu #4DBBFB
Tints of Malibu #4DBBFB
RGB
CMYK
RGB Variations
Color information
#4DBBFB (or 0x4DBBFB) is known color: Malibu. HEX triplet: 4D, BB and FB. RGB value is (77,187,251). Sum of RGB (Red+Green+Blue) = 77+187+251=515 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.95% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DBBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBBFB is #B24404. Grayscale: #A1A1A1. Windows color (decimal): -11682821 or 16497485. OLE color: 16497485.
HSL color Cylindrical-coordinate representation of color #4DBBFB: hue angle of 202.07º 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 #4DBBFB is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 187 | 251 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.02 |
| HSL | 202.07º | 0.96% | 0.64% | - |
| HSV(B) | 202.07º | 0.69% | 0.98% | - |
| XYZ | 38.24 | 44.08 | 97.76 | - |
| YUV | 161.41 | 178.56 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 251 | 0.69 | 0.25 | 0 | 0.02 | 202.07 | 0.96 | 0.64 |
| Hex | 4D | BB | FB | 45 | 19 | 0 | 2 | CA | 60 | 40 |
| Octal | 115 | 273 | 373 | 105 | 31 | 0 | 2 | 312 | 140 | 100 |
| Binary | 1001101 | 10111011 | 11111011 | 1000101 | 11001 | 0 | 10 | 11001010 | 1100000 | 1000000 |
Color Harmonies of #4DBBFB
Complementary color
Monochromatic Colors of #4DBBFB
Black with #4DBBFB
Text Example
Text Example
White with #4DBBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBFB; }
p { color: rgb(77,187,251); }
H1.HeaderClassName
{
color: #4DBBFB;
}
.AnyTagClassName
{
color: #4DBBFB;
}
</style>
background-color css
<style>
a { background-color: #4DBBFB; }
a { background-color: rgb(77,187,251); }
div.DivClassName
{
background-color: #4DBBFB;
}
.BgClassName
{
background-color: #4DBBFB;
}
</style>
border-color css
<style>
span { border-color: #4DBBFB; }
span { border-color: rgb(77,187,251); }
td.TdClassName
{
border-color: #4DBBFB;
}
.TagClassName
{
border-color: #4DBBFB;
}
</style>