Shades of Nepal #8AAEBF
Tints of Nepal #8AAEBF
RGB
CMYK
RGB Variations
Color information
#8AAEBF (or 0x8AAEBF) is known color: Nepal. HEX triplet: 8A, AE and BF. RGB value is (138,174,191). Sum of RGB (Red+Green+Blue) = 138+174+191=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #8AAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAEBF is #755140. Grayscale: #A5A5A5. Windows color (decimal): -7688513 or 12562058. OLE color: 12562058.
HSL color Cylindrical-coordinate representation of color #8AAEBF: hue angle of 199.25º 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 #8AAEBF is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 174 | 191 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.25 |
| HSL | 199.25º | 0.29% | 0.65% | - |
| HSV(B) | 199.25º | 0.28% | 0.75% | - |
| XYZ | 35.02 | 39.44 | 55.06 | - |
| YUV | 165.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 191 | 0.28 | 0.09 | 0 | 0.25 | 199.25 | 0.29 | 0.65 |
| Hex | 8A | AE | BF | 1C | 9 | 0 | 19 | C7 | 1D | 41 |
| Octal | 212 | 256 | 277 | 34 | 11 | 0 | 31 | 307 | 35 | 101 |
| Binary | 10001010 | 10101110 | 10111111 | 11100 | 1001 | 0 | 11001 | 11000111 | 11101 | 1000001 |
Color Harmonies of #8AAEBF
Complementary color
Monochromatic Colors of #8AAEBF
Black with #8AAEBF
Text Example
Text Example
White with #8AAEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAEBF; }
p { color: rgb(138,174,191); }
H1.HeaderClassName
{
color: #8AAEBF;
}
.AnyTagClassName
{
color: #8AAEBF;
}
</style>
background-color css
<style>
a { background-color: #8AAEBF; }
a { background-color: rgb(138,174,191); }
div.DivClassName
{
background-color: #8AAEBF;
}
.BgClassName
{
background-color: #8AAEBF;
}
</style>
border-color css
<style>
span { border-color: #8AAEBF; }
span { border-color: rgb(138,174,191); }
td.TdClassName
{
border-color: #8AAEBF;
}
.TagClassName
{
border-color: #8AAEBF;
}
</style>