Shades of Nepal #8AAABC
Tints of Nepal #8AAABC
RGB
CMYK
RGB Variations
Color information
#8AAABC (or 0x8AAABC) is known color: Nepal. HEX triplet: 8A, AA and BC. RGB value is (138,170,188). Sum of RGB (Red+Green+Blue) = 138+170+188=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAABC is #755543. Grayscale: #A2A2A2. Windows color (decimal): -7689540 or 12364426. OLE color: 12364426.
HSL color Cylindrical-coordinate representation of color #8AAABC: hue angle of 201.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AAABC is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 170 | 188 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.26 |
| HSL | 201.6º | 0.27% | 0.64% | - |
| HSV(B) | 201.6º | 0.27% | 0.74% | - |
| XYZ | 33.93 | 37.78 | 53.08 | - |
| YUV | 162.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 188 | 0.27 | 0.10 | 0 | 0.26 | 201.6 | 0.27 | 0.64 |
| Hex | 8A | AA | BC | 1B | A | 0 | 1A | CA | 1B | 40 |
| Octal | 212 | 252 | 274 | 33 | 12 | 0 | 32 | 312 | 33 | 100 |
| Binary | 10001010 | 10101010 | 10111100 | 11011 | 1010 | 0 | 11010 | 11001010 | 11011 | 1000000 |
Color Harmonies of #8AAABC
Complementary color
Monochromatic Colors of #8AAABC
Black with #8AAABC
Text Example
Text Example
White with #8AAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAABC; }
p { color: rgb(138,170,188); }
H1.HeaderClassName
{
color: #8AAABC;
}
.AnyTagClassName
{
color: #8AAABC;
}
</style>
background-color css
<style>
a { background-color: #8AAABC; }
a { background-color: rgb(138,170,188); }
div.DivClassName
{
background-color: #8AAABC;
}
.BgClassName
{
background-color: #8AAABC;
}
</style>
border-color css
<style>
span { border-color: #8AAABC; }
span { border-color: rgb(138,170,188); }
td.TdClassName
{
border-color: #8AAABC;
}
.TagClassName
{
border-color: #8AAABC;
}
</style>