Shades of Malibu #4FBAEB
Tints of Malibu #4FBAEB
RGB
CMYK
RGB Variations
Color information
#4FBAEB (or 0x4FBAEB) is known color: Malibu. HEX triplet: 4F, BA and EB. RGB value is (79,186,235). Sum of RGB (Red+Green+Blue) = 79+186+235=500 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FBAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBAEB is #B04514. Grayscale: #9F9F9F. Windows color (decimal): -11552021 or 15448655. OLE color: 15448655.
HSL color Cylindrical-coordinate representation of color #4FBAEB: hue angle of 198.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FBAEB is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 186 | 235 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.08 |
| HSL | 198.85º | 0.8% | 0.62% | - |
| HSV(B) | 198.85º | 0.66% | 0.92% | - |
| XYZ | 35.78 | 42.78 | 84.97 | - |
| YUV | 159.59 | 170.55 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 235 | 0.66 | 0.21 | 0 | 0.08 | 198.85 | 0.8 | 0.62 |
| Hex | 4F | BA | EB | 42 | 15 | 0 | 8 | C7 | 50 | 3E |
| Octal | 117 | 272 | 353 | 102 | 25 | 0 | 10 | 307 | 120 | 76 |
| Binary | 1001111 | 10111010 | 11101011 | 1000010 | 10101 | 0 | 1000 | 11000111 | 1010000 | 111110 |
Color Harmonies of #4FBAEB
Complementary color
Monochromatic Colors of #4FBAEB
Black with #4FBAEB
Text Example
Text Example
White with #4FBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBAEB; }
p { color: rgb(79,186,235); }
H1.HeaderClassName
{
color: #4FBAEB;
}
.AnyTagClassName
{
color: #4FBAEB;
}
</style>
background-color css
<style>
a { background-color: #4FBAEB; }
a { background-color: rgb(79,186,235); }
div.DivClassName
{
background-color: #4FBAEB;
}
.BgClassName
{
background-color: #4FBAEB;
}
</style>
border-color css
<style>
span { border-color: #4FBAEB; }
span { border-color: rgb(79,186,235); }
td.TdClassName
{
border-color: #4FBAEB;
}
.TagClassName
{
border-color: #4FBAEB;
}
</style>