Shades of Bali Hai #799DAB
Tints of Bali Hai #799DAB
RGB
CMYK
RGB Variations
Color information
#799DAB (or 0x799DAB) is known color: Bali Hai. HEX triplet: 79, 9D and AB. RGB value is (121,157,171). Sum of RGB (Red+Green+Blue) = 121+157+171=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #799DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799DAB is #866254. Grayscale: #939393. Windows color (decimal): -8806997 or 11246969. OLE color: 11246969.
HSL color Cylindrical-coordinate representation of color #799DAB: hue angle of 196.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #799DAB is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 157 | 171 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.33 |
| HSL | 196.8º | 0.23% | 0.57% | - |
| HSV(B) | 196.8º | 0.29% | 0.67% | - |
| XYZ | 27.29 | 31.12 | 43.1 | - |
| YUV | 147.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 171 | 0.29 | 0.08 | 0 | 0.33 | 196.8 | 0.23 | 0.57 |
| Hex | 79 | 9D | AB | 1D | 8 | 0 | 21 | C5 | 17 | 39 |
| Octal | 171 | 235 | 253 | 35 | 10 | 0 | 41 | 305 | 27 | 71 |
| Binary | 1111001 | 10011101 | 10101011 | 11101 | 1000 | 0 | 100001 | 11000101 | 10111 | 111001 |
Color Harmonies of #799DAB
Complementary color
Monochromatic Colors of #799DAB
Black with #799DAB
Text Example
Text Example
White with #799DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799DAB; }
p { color: rgb(121,157,171); }
H1.HeaderClassName
{
color: #799DAB;
}
.AnyTagClassName
{
color: #799DAB;
}
</style>
background-color css
<style>
a { background-color: #799DAB; }
a { background-color: rgb(121,157,171); }
div.DivClassName
{
background-color: #799DAB;
}
.BgClassName
{
background-color: #799DAB;
}
</style>
border-color css
<style>
span { border-color: #799DAB; }
span { border-color: rgb(121,157,171); }
td.TdClassName
{
border-color: #799DAB;
}
.TagClassName
{
border-color: #799DAB;
}
</style>