Shades of Bali Hai #799EAE
Tints of Bali Hai #799EAE
RGB
CMYK
RGB Variations
Color information
#799EAE (or 0x799EAE) is known color: Bali Hai. HEX triplet: 79, 9E and AE. RGB value is (121,158,174). Sum of RGB (Red+Green+Blue) = 121+158+174=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #799EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799EAE is #866151. Grayscale: #949494. Windows color (decimal): -8806738 or 11443833. OLE color: 11443833.
HSL color Cylindrical-coordinate representation of color #799EAE: hue angle of 198.11º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #799EAE is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 158 | 174 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.32 |
| HSL | 198.11º | 0.25% | 0.58% | - |
| HSV(B) | 198.11º | 0.3% | 0.68% | - |
| XYZ | 27.75 | 31.57 | 44.68 | - |
| YUV | 148.76 | 142.24 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 174 | 0.30 | 0.09 | 0 | 0.32 | 198.11 | 0.25 | 0.58 |
| Hex | 79 | 9E | AE | 1E | 9 | 0 | 20 | C6 | 19 | 3A |
| Octal | 171 | 236 | 256 | 36 | 11 | 0 | 40 | 306 | 31 | 72 |
| Binary | 1111001 | 10011110 | 10101110 | 11110 | 1001 | 0 | 100000 | 11000110 | 11001 | 111010 |
Color Harmonies of #799EAE
Complementary color
Monochromatic Colors of #799EAE
Black with #799EAE
Text Example
Text Example
White with #799EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799EAE; }
p { color: rgb(121,158,174); }
H1.HeaderClassName
{
color: #799EAE;
}
.AnyTagClassName
{
color: #799EAE;
}
</style>
background-color css
<style>
a { background-color: #799EAE; }
a { background-color: rgb(121,158,174); }
div.DivClassName
{
background-color: #799EAE;
}
.BgClassName
{
background-color: #799EAE;
}
</style>
border-color css
<style>
span { border-color: #799EAE; }
span { border-color: rgb(121,158,174); }
td.TdClassName
{
border-color: #799EAE;
}
.TagClassName
{
border-color: #799EAE;
}
</style>