Shades of Malibu #4FBAEE
Tints of Malibu #4FBAEE
RGB
CMYK
RGB Variations
Color information
#4FBAEE (or 0x4FBAEE) is known color: Malibu. HEX triplet: 4F, BA and EE. RGB value is (79,186,238). Sum of RGB (Red+Green+Blue) = 79+186+238=503 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.71% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #4FBAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBAEE is #B04511. Grayscale: #9F9F9F. Windows color (decimal): -11552018 or 15645263. OLE color: 15645263.
HSL color Cylindrical-coordinate representation of color #4FBAEE: hue angle of 199.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FBAEE is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 186 | 238 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.07 |
| HSL | 199.62º | 0.82% | 0.62% | - |
| HSV(B) | 199.62º | 0.67% | 0.93% | - |
| XYZ | 36.22 | 42.95 | 87.27 | - |
| YUV | 159.94 | 172.05 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 238 | 0.67 | 0.22 | 0 | 0.07 | 199.62 | 0.82 | 0.62 |
| Hex | 4F | BA | EE | 43 | 16 | 0 | 7 | C8 | 52 | 3E |
| Octal | 117 | 272 | 356 | 103 | 26 | 0 | 7 | 310 | 122 | 76 |
| Binary | 1001111 | 10111010 | 11101110 | 1000011 | 10110 | 0 | 111 | 11001000 | 1010010 | 111110 |
Color Harmonies of #4FBAEE
Complementary color
Monochromatic Colors of #4FBAEE
Black with #4FBAEE
Text Example
Text Example
White with #4FBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBAEE; }
p { color: rgb(79,186,238); }
H1.HeaderClassName
{
color: #4FBAEE;
}
.AnyTagClassName
{
color: #4FBAEE;
}
</style>
background-color css
<style>
a { background-color: #4FBAEE; }
a { background-color: rgb(79,186,238); }
div.DivClassName
{
background-color: #4FBAEE;
}
.BgClassName
{
background-color: #4FBAEE;
}
</style>
border-color css
<style>
span { border-color: #4FBAEE; }
span { border-color: rgb(79,186,238); }
td.TdClassName
{
border-color: #4FBAEE;
}
.TagClassName
{
border-color: #4FBAEE;
}
</style>