Shades of Nepal #8AA5BF
Tints of Nepal #8AA5BF
RGB
CMYK
RGB Variations
Color information
#8AA5BF (or 0x8AA5BF) is known color: Nepal. HEX triplet: 8A, A5 and BF. RGB value is (138,165,191). Sum of RGB (Red+Green+Blue) = 138+165+191=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #8AA5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA5BF is #755A40. Grayscale: #9F9F9F. Windows color (decimal): -7690817 or 12559754. OLE color: 12559754.
HSL color Cylindrical-coordinate representation of color #8AA5BF: hue angle of 209.43º 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 #8AA5BF is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 165 | 191 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.25 |
| HSL | 209.43º | 0.29% | 0.65% | - |
| HSV(B) | 209.43º | 0.28% | 0.75% | - |
| XYZ | 33.34 | 36.08 | 54.5 | - |
| YUV | 159.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 191 | 0.28 | 0.14 | 0 | 0.25 | 209.43 | 0.29 | 0.65 |
| Hex | 8A | A5 | BF | 1C | E | 0 | 19 | D1 | 1D | 41 |
| Octal | 212 | 245 | 277 | 34 | 16 | 0 | 31 | 321 | 35 | 101 |
| Binary | 10001010 | 10100101 | 10111111 | 11100 | 1110 | 0 | 11001 | 11010001 | 11101 | 1000001 |
Color Harmonies of #8AA5BF
Complementary color
Monochromatic Colors of #8AA5BF
Black with #8AA5BF
Text Example
Text Example
White with #8AA5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA5BF; }
p { color: rgb(138,165,191); }
H1.HeaderClassName
{
color: #8AA5BF;
}
.AnyTagClassName
{
color: #8AA5BF;
}
</style>
background-color css
<style>
a { background-color: #8AA5BF; }
a { background-color: rgb(138,165,191); }
div.DivClassName
{
background-color: #8AA5BF;
}
.BgClassName
{
background-color: #8AA5BF;
}
</style>
border-color css
<style>
span { border-color: #8AA5BF; }
span { border-color: rgb(138,165,191); }
td.TdClassName
{
border-color: #8AA5BF;
}
.TagClassName
{
border-color: #8AA5BF;
}
</style>