Shades of Malibu #4FBCFD
Tints of Malibu #4FBCFD
RGB
CMYK
RGB Variations
Color information
#4FBCFD (or 0x4FBCFD) is known color: Malibu. HEX triplet: 4F, BC and FD. RGB value is (79,188,253). Sum of RGB (Red+Green+Blue) = 79+188+253=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FBCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBCFD is #B04302. Grayscale: #A2A2A2. Windows color (decimal): -11551491 or 16628815. OLE color: 16628815.
HSL color Cylindrical-coordinate representation of color #4FBCFD: hue angle of 202.41º 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 #4FBCFD is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 188 | 253 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.01 |
| HSL | 202.41º | 0.98% | 0.65% | - |
| HSV(B) | 202.41º | 0.69% | 0.99% | - |
| XYZ | 38.94 | 44.72 | 99.51 | - |
| YUV | 162.82 | 178.89 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 253 | 0.69 | 0.26 | 0 | 0.01 | 202.41 | 0.98 | 0.65 |
| Hex | 4F | BC | FD | 45 | 1A | 0 | 1 | CA | 62 | 41 |
| Octal | 117 | 274 | 375 | 105 | 32 | 0 | 1 | 312 | 142 | 101 |
| Binary | 1001111 | 10111100 | 11111101 | 1000101 | 11010 | 0 | 1 | 11001010 | 1100010 | 1000001 |
Color Harmonies of #4FBCFD
Complementary color
Monochromatic Colors of #4FBCFD
Black with #4FBCFD
Text Example
Text Example
White with #4FBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBCFD; }
p { color: rgb(79,188,253); }
H1.HeaderClassName
{
color: #4FBCFD;
}
.AnyTagClassName
{
color: #4FBCFD;
}
</style>
background-color css
<style>
a { background-color: #4FBCFD; }
a { background-color: rgb(79,188,253); }
div.DivClassName
{
background-color: #4FBCFD;
}
.BgClassName
{
background-color: #4FBCFD;
}
</style>
border-color css
<style>
span { border-color: #4FBCFD; }
span { border-color: rgb(79,188,253); }
td.TdClassName
{
border-color: #4FBCFD;
}
.TagClassName
{
border-color: #4FBCFD;
}
</style>