Shades of Malibu #79BCE7
Tints of Malibu #79BCE7
RGB
CMYK
RGB Variations
Color information
#79BCE7 (or 0x79BCE7) is known color: Malibu. HEX triplet: 79, BC and E7. RGB value is (121,188,231). Sum of RGB (Red+Green+Blue) = 121+188+231=540 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.41% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #79BCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BCE7 is #864318. Grayscale: #ACACAC. Windows color (decimal): -8799001 or 15187065. OLE color: 15187065.
HSL color Cylindrical-coordinate representation of color #79BCE7: hue angle of 203.45º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79BCE7 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 188 | 231 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.09 |
| HSL | 203.45º | 0.7% | 0.69% | - |
| HSV(B) | 203.45º | 0.48% | 0.91% | - |
| XYZ | 40.29 | 45.8 | 82.32 | - |
| YUV | 172.87 | 160.8 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 188 | 231 | 0.48 | 0.19 | 0 | 0.09 | 203.45 | 0.7 | 0.69 |
| Hex | 79 | BC | E7 | 30 | 13 | 0 | 9 | CB | 46 | 45 |
| Octal | 171 | 274 | 347 | 60 | 23 | 0 | 11 | 313 | 106 | 105 |
| Binary | 1111001 | 10111100 | 11100111 | 110000 | 10011 | 0 | 1001 | 11001011 | 1000110 | 1000101 |
Color Harmonies of #79BCE7
Complementary color
Monochromatic Colors of #79BCE7
Black with #79BCE7
Text Example
Text Example
White with #79BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BCE7; }
p { color: rgb(121,188,231); }
H1.HeaderClassName
{
color: #79BCE7;
}
.AnyTagClassName
{
color: #79BCE7;
}
</style>
background-color css
<style>
a { background-color: #79BCE7; }
a { background-color: rgb(121,188,231); }
div.DivClassName
{
background-color: #79BCE7;
}
.BgClassName
{
background-color: #79BCE7;
}
</style>
border-color css
<style>
span { border-color: #79BCE7; }
span { border-color: rgb(121,188,231); }
td.TdClassName
{
border-color: #79BCE7;
}
.TagClassName
{
border-color: #79BCE7;
}
</style>