Shades of Malibu #4FCBEF
Tints of Malibu #4FCBEF
RGB
CMYK
RGB Variations
Color information
#4FCBEF (or 0x4FCBEF) is known color: Malibu. HEX triplet: 4F, CB and EF. RGB value is (79,203,239). Sum of RGB (Red+Green+Blue) = 79+203+239=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #4FCBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCBEF is #B03410. Grayscale: #A9A9A9. Windows color (decimal): -11547665 or 15715151. OLE color: 15715151.
HSL color Cylindrical-coordinate representation of color #4FCBEF: hue angle of 193.5º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FCBEF is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 203 | 239 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.06 |
| HSL | 193.5º | 0.83% | 0.62% | - |
| HSV(B) | 193.5º | 0.67% | 0.94% | - |
| XYZ | 40.16 | 50.61 | 89.31 | - |
| YUV | 170.03 | 166.92 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 239 | 0.67 | 0.15 | 0 | 0.06 | 193.5 | 0.83 | 0.62 |
| Hex | 4F | CB | EF | 43 | F | 0 | 6 | C2 | 53 | 3E |
| Octal | 117 | 313 | 357 | 103 | 17 | 0 | 6 | 302 | 123 | 76 |
| Binary | 1001111 | 11001011 | 11101111 | 1000011 | 1111 | 0 | 110 | 11000010 | 1010011 | 111110 |
Color Harmonies of #4FCBEF
Complementary color
Monochromatic Colors of #4FCBEF
Black with #4FCBEF
Text Example
Text Example
White with #4FCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCBEF; }
p { color: rgb(79,203,239); }
H1.HeaderClassName
{
color: #4FCBEF;
}
.AnyTagClassName
{
color: #4FCBEF;
}
</style>
background-color css
<style>
a { background-color: #4FCBEF; }
a { background-color: rgb(79,203,239); }
div.DivClassName
{
background-color: #4FCBEF;
}
.BgClassName
{
background-color: #4FCBEF;
}
</style>
border-color css
<style>
span { border-color: #4FCBEF; }
span { border-color: rgb(79,203,239); }
td.TdClassName
{
border-color: #4FCBEF;
}
.TagClassName
{
border-color: #4FCBEF;
}
</style>