Shades of Malibu #4FCAEE
Tints of Malibu #4FCAEE
RGB
CMYK
RGB Variations
Color information
#4FCAEE (or 0x4FCAEE) is known color: Malibu. HEX triplet: 4F, CA and EE. RGB value is (79,202,238). Sum of RGB (Red+Green+Blue) = 79+202+238=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #4FCAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCAEE is #B03511. Grayscale: #A9A9A9. Windows color (decimal): -11547922 or 15649359. OLE color: 15649359.
HSL color Cylindrical-coordinate representation of color #4FCAEE: hue angle of 193.58º 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 #4FCAEE is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 202 | 238 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.07 |
| HSL | 193.58º | 0.82% | 0.62% | - |
| HSV(B) | 193.58º | 0.67% | 0.93% | - |
| XYZ | 39.78 | 50.08 | 88.46 | - |
| YUV | 169.33 | 166.75 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 238 | 0.67 | 0.15 | 0 | 0.07 | 193.58 | 0.82 | 0.62 |
| Hex | 4F | CA | EE | 43 | F | 0 | 7 | C2 | 52 | 3E |
| Octal | 117 | 312 | 356 | 103 | 17 | 0 | 7 | 302 | 122 | 76 |
| Binary | 1001111 | 11001010 | 11101110 | 1000011 | 1111 | 0 | 111 | 11000010 | 1010010 | 111110 |
Color Harmonies of #4FCAEE
Complementary color
Monochromatic Colors of #4FCAEE
Black with #4FCAEE
Text Example
Text Example
White with #4FCAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAEE; }
p { color: rgb(79,202,238); }
H1.HeaderClassName
{
color: #4FCAEE;
}
.AnyTagClassName
{
color: #4FCAEE;
}
</style>
background-color css
<style>
a { background-color: #4FCAEE; }
a { background-color: rgb(79,202,238); }
div.DivClassName
{
background-color: #4FCAEE;
}
.BgClassName
{
background-color: #4FCAEE;
}
</style>
border-color css
<style>
span { border-color: #4FCAEE; }
span { border-color: rgb(79,202,238); }
td.TdClassName
{
border-color: #4FCAEE;
}
.TagClassName
{
border-color: #4FCAEE;
}
</style>