Shades of Malibu #4FCAEC
Tints of Malibu #4FCAEC
RGB
CMYK
RGB Variations
Color information
#4FCAEC (or 0x4FCAEC) is known color: Malibu. HEX triplet: 4F, CA and EC. RGB value is (79,202,236). Sum of RGB (Red+Green+Blue) = 79+202+236=517 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.28% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #4FCAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCAEC is #B03513. Grayscale: #A8A8A8. Windows color (decimal): -11547924 or 15518287. OLE color: 15518287.
HSL color Cylindrical-coordinate representation of color #4FCAEC: hue angle of 192.99º 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 #4FCAEC is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 202 | 236 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.07 |
| HSL | 192.99º | 0.81% | 0.62% | - |
| HSV(B) | 192.99º | 0.67% | 0.93% | - |
| XYZ | 39.49 | 49.96 | 86.92 | - |
| YUV | 169.1 | 165.75 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 236 | 0.67 | 0.14 | 0 | 0.07 | 192.99 | 0.81 | 0.62 |
| Hex | 4F | CA | EC | 43 | E | 0 | 7 | C1 | 51 | 3E |
| Octal | 117 | 312 | 354 | 103 | 16 | 0 | 7 | 301 | 121 | 76 |
| Binary | 1001111 | 11001010 | 11101100 | 1000011 | 1110 | 0 | 111 | 11000001 | 1010001 | 111110 |
Color Harmonies of #4FCAEC
Complementary color
Monochromatic Colors of #4FCAEC
Black with #4FCAEC
Text Example
Text Example
White with #4FCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAEC; }
p { color: rgb(79,202,236); }
H1.HeaderClassName
{
color: #4FCAEC;
}
.AnyTagClassName
{
color: #4FCAEC;
}
</style>
background-color css
<style>
a { background-color: #4FCAEC; }
a { background-color: rgb(79,202,236); }
div.DivClassName
{
background-color: #4FCAEC;
}
.BgClassName
{
background-color: #4FCAEC;
}
</style>
border-color css
<style>
span { border-color: #4FCAEC; }
span { border-color: rgb(79,202,236); }
td.TdClassName
{
border-color: #4FCAEC;
}
.TagClassName
{
border-color: #4FCAEC;
}
</style>