Shades of Malibu #4DB8FB
Tints of Malibu #4DB8FB
RGB
CMYK
RGB Variations
Color information
#4DB8FB (or 0x4DB8FB) is known color: Malibu. HEX triplet: 4D, B8 and FB. RGB value is (77,184,251). Sum of RGB (Red+Green+Blue) = 77+184+251=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DB8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB8FB is #B24704. Grayscale: #9F9F9F. Windows color (decimal): -11683589 or 16496717. OLE color: 16496717.
HSL color Cylindrical-coordinate representation of color #4DB8FB: hue angle of 203.1º 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 #4DB8FB is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 184 | 251 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.02 |
| HSL | 203.1º | 0.96% | 0.64% | - |
| HSV(B) | 203.1º | 0.69% | 0.98% | - |
| XYZ | 37.61 | 42.82 | 97.55 | - |
| YUV | 159.65 | 179.55 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 251 | 0.69 | 0.27 | 0 | 0.02 | 203.1 | 0.96 | 0.64 |
| Hex | 4D | B8 | FB | 45 | 1B | 0 | 2 | CB | 60 | 40 |
| Octal | 115 | 270 | 373 | 105 | 33 | 0 | 2 | 313 | 140 | 100 |
| Binary | 1001101 | 10111000 | 11111011 | 1000101 | 11011 | 0 | 10 | 11001011 | 1100000 | 1000000 |
Color Harmonies of #4DB8FB
Complementary color
Monochromatic Colors of #4DB8FB
Black with #4DB8FB
Text Example
Text Example
White with #4DB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB8FB; }
p { color: rgb(77,184,251); }
H1.HeaderClassName
{
color: #4DB8FB;
}
.AnyTagClassName
{
color: #4DB8FB;
}
</style>
background-color css
<style>
a { background-color: #4DB8FB; }
a { background-color: rgb(77,184,251); }
div.DivClassName
{
background-color: #4DB8FB;
}
.BgClassName
{
background-color: #4DB8FB;
}
</style>
border-color css
<style>
span { border-color: #4DB8FB; }
span { border-color: rgb(77,184,251); }
td.TdClassName
{
border-color: #4DB8FB;
}
.TagClassName
{
border-color: #4DB8FB;
}
</style>