Shades of Nepal #8AAABF
Tints of Nepal #8AAABF
RGB
CMYK
RGB Variations
Color information
#8AAABF (or 0x8AAABF) is known color: Nepal. HEX triplet: 8A, AA and BF. RGB value is (138,170,191). Sum of RGB (Red+Green+Blue) = 138+170+191=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #8AAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAABF is #755540. Grayscale: #A2A2A2. Windows color (decimal): -7689537 or 12561034. OLE color: 12561034.
HSL color Cylindrical-coordinate representation of color #8AAABF: hue angle of 203.77º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AAABF is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 170 | 191 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.25 |
| HSL | 203.77º | 0.29% | 0.65% | - |
| HSV(B) | 203.77º | 0.28% | 0.75% | - |
| XYZ | 34.26 | 37.91 | 54.8 | - |
| YUV | 162.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 191 | 0.28 | 0.11 | 0 | 0.25 | 203.77 | 0.29 | 0.65 |
| Hex | 8A | AA | BF | 1C | B | 0 | 19 | CC | 1D | 41 |
| Octal | 212 | 252 | 277 | 34 | 13 | 0 | 31 | 314 | 35 | 101 |
| Binary | 10001010 | 10101010 | 10111111 | 11100 | 1011 | 0 | 11001 | 11001100 | 11101 | 1000001 |
Color Harmonies of #8AAABF
Complementary color
Monochromatic Colors of #8AAABF
Black with #8AAABF
Text Example
Text Example
White with #8AAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAABF; }
p { color: rgb(138,170,191); }
H1.HeaderClassName
{
color: #8AAABF;
}
.AnyTagClassName
{
color: #8AAABF;
}
</style>
background-color css
<style>
a { background-color: #8AAABF; }
a { background-color: rgb(138,170,191); }
div.DivClassName
{
background-color: #8AAABF;
}
.BgClassName
{
background-color: #8AAABF;
}
</style>
border-color css
<style>
span { border-color: #8AAABF; }
span { border-color: rgb(138,170,191); }
td.TdClassName
{
border-color: #8AAABF;
}
.TagClassName
{
border-color: #8AAABF;
}
</style>