Shades of Bali Hai #769FAE
Tints of Bali Hai #769FAE
RGB
CMYK
RGB Variations
Color information
#769FAE (or 0x769FAE) is known color: Bali Hai. HEX triplet: 76, 9F and AE. RGB value is (118,159,174). Sum of RGB (Red+Green+Blue) = 118+159+174=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #769FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769FAE is #896051. Grayscale: #949494. Windows color (decimal): -9003090 or 11444086. OLE color: 11444086.
HSL color Cylindrical-coordinate representation of color #769FAE: hue angle of 196.07º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #769FAE is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 159 | 174 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.32 |
| HSL | 196.07º | 0.26% | 0.57% | - |
| HSV(B) | 196.07º | 0.32% | 0.68% | - |
| XYZ | 27.51 | 31.7 | 44.71 | - |
| YUV | 148.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 174 | 0.32 | 0.09 | 0 | 0.32 | 196.07 | 0.26 | 0.57 |
| Hex | 76 | 9F | AE | 20 | 9 | 0 | 20 | C4 | 1A | 39 |
| Octal | 166 | 237 | 256 | 40 | 11 | 0 | 40 | 304 | 32 | 71 |
| Binary | 1110110 | 10011111 | 10101110 | 100000 | 1001 | 0 | 100000 | 11000100 | 11010 | 111001 |
Color Harmonies of #769FAE
Complementary color
Monochromatic Colors of #769FAE
Black with #769FAE
Text Example
Text Example
White with #769FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769FAE; }
p { color: rgb(118,159,174); }
H1.HeaderClassName
{
color: #769FAE;
}
.AnyTagClassName
{
color: #769FAE;
}
</style>
background-color css
<style>
a { background-color: #769FAE; }
a { background-color: rgb(118,159,174); }
div.DivClassName
{
background-color: #769FAE;
}
.BgClassName
{
background-color: #769FAE;
}
</style>
border-color css
<style>
span { border-color: #769FAE; }
span { border-color: rgb(118,159,174); }
td.TdClassName
{
border-color: #769FAE;
}
.TagClassName
{
border-color: #769FAE;
}
</style>