Shades of Bali Hai #869FAE
Tints of Bali Hai #869FAE
RGB
CMYK
RGB Variations
Color information
#869FAE (or 0x869FAE) is known color: Bali Hai. HEX triplet: 86, 9F and AE. RGB value is (134,159,174). Sum of RGB (Red+Green+Blue) = 134+159+174=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #869FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869FAE is #796051. Grayscale: #999999. Windows color (decimal): -7954514 or 11444102. OLE color: 11444102.
HSL color Cylindrical-coordinate representation of color #869FAE: hue angle of 202.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #869FAE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 159 | 174 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.32 |
| HSL | 202.5º | 0.2% | 0.6% | - |
| HSV(B) | 202.5º | 0.23% | 0.68% | - |
| XYZ | 29.87 | 32.92 | 44.82 | - |
| YUV | 153.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 174 | 0.23 | 0.09 | 0 | 0.32 | 202.5 | 0.2 | 0.6 |
| Hex | 86 | 9F | AE | 17 | 9 | 0 | 20 | CA | 14 | 3C |
| Octal | 206 | 237 | 256 | 27 | 11 | 0 | 40 | 312 | 24 | 74 |
| Binary | 10000110 | 10011111 | 10101110 | 10111 | 1001 | 0 | 100000 | 11001010 | 10100 | 111100 |
Color Harmonies of #869FAE
Complementary color
Monochromatic Colors of #869FAE
Black with #869FAE
Text Example
Text Example
White with #869FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FAE; }
p { color: rgb(134,159,174); }
H1.HeaderClassName
{
color: #869FAE;
}
.AnyTagClassName
{
color: #869FAE;
}
</style>
background-color css
<style>
a { background-color: #869FAE; }
a { background-color: rgb(134,159,174); }
div.DivClassName
{
background-color: #869FAE;
}
.BgClassName
{
background-color: #869FAE;
}
</style>
border-color css
<style>
span { border-color: #869FAE; }
span { border-color: rgb(134,159,174); }
td.TdClassName
{
border-color: #869FAE;
}
.TagClassName
{
border-color: #869FAE;
}
</style>