Shades of Malibu #79BEE6
Tints of Malibu #79BEE6
RGB
CMYK
RGB Variations
Color information
#79BEE6 (or 0x79BEE6) is known color: Malibu. HEX triplet: 79, BE and E6. RGB value is (121,190,230). Sum of RGB (Red+Green+Blue) = 121+190+230=541 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.37% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #79BEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79BEE6 is #864119. Grayscale: #ADADAD. Windows color (decimal): -8798490 or 15122041. OLE color: 15122041.
HSL color Cylindrical-coordinate representation of color #79BEE6: hue angle of 202.02º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79BEE6 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 190 | 230 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.10 |
| HSL | 202.02º | 0.69% | 0.69% | - |
| HSV(B) | 202.02º | 0.47% | 0.9% | - |
| XYZ | 40.58 | 46.61 | 81.72 | - |
| YUV | 173.93 | 159.64 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 190 | 230 | 0.47 | 0.17 | 0 | 0.10 | 202.02 | 0.69 | 0.69 |
| Hex | 79 | BE | E6 | 2F | 11 | 0 | A | CA | 45 | 45 |
| Octal | 171 | 276 | 346 | 57 | 21 | 0 | 12 | 312 | 105 | 105 |
| Binary | 1111001 | 10111110 | 11100110 | 101111 | 10001 | 0 | 1010 | 11001010 | 1000101 | 1000101 |
Color Harmonies of #79BEE6
Complementary color
Monochromatic Colors of #79BEE6
Black with #79BEE6
Text Example
Text Example
White with #79BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BEE6; }
p { color: rgb(121,190,230); }
H1.HeaderClassName
{
color: #79BEE6;
}
.AnyTagClassName
{
color: #79BEE6;
}
</style>
background-color css
<style>
a { background-color: #79BEE6; }
a { background-color: rgb(121,190,230); }
div.DivClassName
{
background-color: #79BEE6;
}
.BgClassName
{
background-color: #79BEE6;
}
</style>
border-color css
<style>
span { border-color: #79BEE6; }
span { border-color: rgb(121,190,230); }
td.TdClassName
{
border-color: #79BEE6;
}
.TagClassName
{
border-color: #79BEE6;
}
</style>