Shades of Malibu #4DBDFB
Tints of Malibu #4DBDFB
RGB
CMYK
RGB Variations
Color information
#4DBDFB (or 0x4DBDFB) is known color: Malibu. HEX triplet: 4D, BD and FB. RGB value is (77,189,251). Sum of RGB (Red+Green+Blue) = 77+189+251=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DBDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBDFB is #B24204. Grayscale: #A2A2A2. Windows color (decimal): -11682309 or 16497997. OLE color: 16497997.
HSL color Cylindrical-coordinate representation of color #4DBDFB: hue angle of 201.38º 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 #4DBDFB is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 189 | 251 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.02 |
| HSL | 201.38º | 0.96% | 0.64% | - |
| HSV(B) | 201.38º | 0.69% | 0.98% | - |
| XYZ | 38.67 | 44.94 | 97.9 | - |
| YUV | 162.58 | 177.89 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 251 | 0.69 | 0.25 | 0 | 0.02 | 201.38 | 0.96 | 0.64 |
| Hex | 4D | BD | FB | 45 | 19 | 0 | 2 | C9 | 60 | 40 |
| Octal | 115 | 275 | 373 | 105 | 31 | 0 | 2 | 311 | 140 | 100 |
| Binary | 1001101 | 10111101 | 11111011 | 1000101 | 11001 | 0 | 10 | 11001001 | 1100000 | 1000000 |
Color Harmonies of #4DBDFB
Complementary color
Monochromatic Colors of #4DBDFB
Black with #4DBDFB
Text Example
Text Example
White with #4DBDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDFB; }
p { color: rgb(77,189,251); }
H1.HeaderClassName
{
color: #4DBDFB;
}
.AnyTagClassName
{
color: #4DBDFB;
}
</style>
background-color css
<style>
a { background-color: #4DBDFB; }
a { background-color: rgb(77,189,251); }
div.DivClassName
{
background-color: #4DBDFB;
}
.BgClassName
{
background-color: #4DBDFB;
}
</style>
border-color css
<style>
span { border-color: #4DBDFB; }
span { border-color: rgb(77,189,251); }
td.TdClassName
{
border-color: #4DBDFB;
}
.TagClassName
{
border-color: #4DBDFB;
}
</style>