Shades of Nepal #8AABC2
Tints of Nepal #8AABC2
RGB
CMYK
RGB Variations
Color information
#8AABC2 (or 0x8AABC2) is known color: Nepal. HEX triplet: 8A, AB and C2. RGB value is (138,171,194). Sum of RGB (Red+Green+Blue) = 138+171+194=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #8AABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABC2 is #75543D. Grayscale: #A3A3A3. Windows color (decimal): -7689278 or 12757898. OLE color: 12757898.
HSL color Cylindrical-coordinate representation of color #8AABC2: hue angle of 204.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AABC2 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 171 | 194 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.24 |
| HSL | 204.64º | 0.31% | 0.65% | - |
| HSV(B) | 204.64º | 0.29% | 0.76% | - |
| XYZ | 34.78 | 38.42 | 56.62 | - |
| YUV | 163.76 | 145.07 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 194 | 0.29 | 0.12 | 0 | 0.24 | 204.64 | 0.31 | 0.65 |
| Hex | 8A | AB | C2 | 1D | C | 0 | 18 | CD | 1F | 41 |
| Octal | 212 | 253 | 302 | 35 | 14 | 0 | 30 | 315 | 37 | 101 |
| Binary | 10001010 | 10101011 | 11000010 | 11101 | 1100 | 0 | 11000 | 11001101 | 11111 | 1000001 |
Color Harmonies of #8AABC2
Complementary color
Monochromatic Colors of #8AABC2
Black with #8AABC2
Text Example
Text Example
White with #8AABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABC2; }
p { color: rgb(138,171,194); }
H1.HeaderClassName
{
color: #8AABC2;
}
.AnyTagClassName
{
color: #8AABC2;
}
</style>
background-color css
<style>
a { background-color: #8AABC2; }
a { background-color: rgb(138,171,194); }
div.DivClassName
{
background-color: #8AABC2;
}
.BgClassName
{
background-color: #8AABC2;
}
</style>
border-color css
<style>
span { border-color: #8AABC2; }
span { border-color: rgb(138,171,194); }
td.TdClassName
{
border-color: #8AABC2;
}
.TagClassName
{
border-color: #8AABC2;
}
</style>