Shades of Malibu #4FBCED
Tints of Malibu #4FBCED
RGB
CMYK
RGB Variations
Color information
#4FBCED (or 0x4FBCED) is known color: Malibu. HEX triplet: 4F, BC and ED. RGB value is (79,188,237). Sum of RGB (Red+Green+Blue) = 79+188+237=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FBCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBCED is #B04312. Grayscale: #A0A0A0. Windows color (decimal): -11551507 or 15580239. OLE color: 15580239.
HSL color Cylindrical-coordinate representation of color #4FBCED: hue angle of 198.61º degrees, saturation: 0.81, 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 #4FBCED is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 188 | 237 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.07 |
| HSL | 198.61º | 0.81% | 0.62% | - |
| HSV(B) | 198.61º | 0.67% | 0.93% | - |
| XYZ | 36.49 | 43.74 | 86.64 | - |
| YUV | 161 | 170.89 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 237 | 0.67 | 0.21 | 0 | 0.07 | 198.61 | 0.81 | 0.62 |
| Hex | 4F | BC | ED | 43 | 15 | 0 | 7 | C7 | 51 | 3E |
| Octal | 117 | 274 | 355 | 103 | 25 | 0 | 7 | 307 | 121 | 76 |
| Binary | 1001111 | 10111100 | 11101101 | 1000011 | 10101 | 0 | 111 | 11000111 | 1010001 | 111110 |
Color Harmonies of #4FBCED
Complementary color
Monochromatic Colors of #4FBCED
Black with #4FBCED
Text Example
Text Example
White with #4FBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBCED; }
p { color: rgb(79,188,237); }
H1.HeaderClassName
{
color: #4FBCED;
}
.AnyTagClassName
{
color: #4FBCED;
}
</style>
background-color css
<style>
a { background-color: #4FBCED; }
a { background-color: rgb(79,188,237); }
div.DivClassName
{
background-color: #4FBCED;
}
.BgClassName
{
background-color: #4FBCED;
}
</style>
border-color css
<style>
span { border-color: #4FBCED; }
span { border-color: rgb(79,188,237); }
td.TdClassName
{
border-color: #4FBCED;
}
.TagClassName
{
border-color: #4FBCED;
}
</style>