Shades of Malibu #4FBBFD
Tints of Malibu #4FBBFD
RGB
CMYK
RGB Variations
Color information
#4FBBFD (or 0x4FBBFD) is known color: Malibu. HEX triplet: 4F, BB and FD. RGB value is (79,187,253). Sum of RGB (Red+Green+Blue) = 79+187+253=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FBBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBBFD is #B04402. Grayscale: #A1A1A1. Windows color (decimal): -11551747 or 16628559. OLE color: 16628559.
HSL color Cylindrical-coordinate representation of color #4FBBFD: hue angle of 202.76º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FBBFD is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 187 | 253 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.01 |
| HSL | 202.76º | 0.98% | 0.65% | - |
| HSV(B) | 202.76º | 0.69% | 0.99% | - |
| XYZ | 38.72 | 44.29 | 99.44 | - |
| YUV | 162.23 | 179.22 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 187 | 253 | 0.69 | 0.26 | 0 | 0.01 | 202.76 | 0.98 | 0.65 |
| Hex | 4F | BB | FD | 45 | 1A | 0 | 1 | CB | 62 | 41 |
| Octal | 117 | 273 | 375 | 105 | 32 | 0 | 1 | 313 | 142 | 101 |
| Binary | 1001111 | 10111011 | 11111101 | 1000101 | 11010 | 0 | 1 | 11001011 | 1100010 | 1000001 |
Color Harmonies of #4FBBFD
Complementary color
Monochromatic Colors of #4FBBFD
Black with #4FBBFD
Text Example
Text Example
White with #4FBBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBBFD; }
p { color: rgb(79,187,253); }
H1.HeaderClassName
{
color: #4FBBFD;
}
.AnyTagClassName
{
color: #4FBBFD;
}
</style>
background-color css
<style>
a { background-color: #4FBBFD; }
a { background-color: rgb(79,187,253); }
div.DivClassName
{
background-color: #4FBBFD;
}
.BgClassName
{
background-color: #4FBBFD;
}
</style>
border-color css
<style>
span { border-color: #4FBBFD; }
span { border-color: rgb(79,187,253); }
td.TdClassName
{
border-color: #4FBBFD;
}
.TagClassName
{
border-color: #4FBBFD;
}
</style>