Shades of Nepal #8AAAC2
Tints of Nepal #8AAAC2
RGB
CMYK
RGB Variations
Color information
#8AAAC2 (or 0x8AAAC2) is known color: Nepal. HEX triplet: 8A, AA and C2. RGB value is (138,170,194). Sum of RGB (Red+Green+Blue) = 138+170+194=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #8AAAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAAC2 is #75553D. Grayscale: #A3A3A3. Windows color (decimal): -7689534 or 12757642. OLE color: 12757642.
HSL color Cylindrical-coordinate representation of color #8AAAC2: hue angle of 205.71º 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 #8AAAC2 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 170 | 194 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.24 |
| HSL | 205.71º | 0.31% | 0.65% | - |
| HSV(B) | 205.71º | 0.29% | 0.76% | - |
| XYZ | 34.59 | 38.05 | 56.56 | - |
| YUV | 163.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 194 | 0.29 | 0.12 | 0 | 0.24 | 205.71 | 0.31 | 0.65 |
| Hex | 8A | AA | C2 | 1D | C | 0 | 18 | CE | 1F | 41 |
| Octal | 212 | 252 | 302 | 35 | 14 | 0 | 30 | 316 | 37 | 101 |
| Binary | 10001010 | 10101010 | 11000010 | 11101 | 1100 | 0 | 11000 | 11001110 | 11111 | 1000001 |
Color Harmonies of #8AAAC2
Complementary color
Monochromatic Colors of #8AAAC2
Black with #8AAAC2
Text Example
Text Example
White with #8AAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAAC2; }
p { color: rgb(138,170,194); }
H1.HeaderClassName
{
color: #8AAAC2;
}
.AnyTagClassName
{
color: #8AAAC2;
}
</style>
background-color css
<style>
a { background-color: #8AAAC2; }
a { background-color: rgb(138,170,194); }
div.DivClassName
{
background-color: #8AAAC2;
}
.BgClassName
{
background-color: #8AAAC2;
}
</style>
border-color css
<style>
span { border-color: #8AAAC2; }
span { border-color: rgb(138,170,194); }
td.TdClassName
{
border-color: #8AAAC2;
}
.TagClassName
{
border-color: #8AAAC2;
}
</style>