Shades of Nepal #8AACC2
Tints of Nepal #8AACC2
RGB
CMYK
RGB Variations
Color information
#8AACC2 (or 0x8AACC2) is known color: Nepal. HEX triplet: 8A, AC and C2. RGB value is (138,172,194). Sum of RGB (Red+Green+Blue) = 138+172+194=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #8AACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACC2 is #75533D. Grayscale: #A4A4A4. Windows color (decimal): -7689022 or 12758154. OLE color: 12758154.
HSL color Cylindrical-coordinate representation of color #8AACC2: hue angle of 203.57º 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 #8AACC2 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 172 | 194 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.24 |
| HSL | 203.57º | 0.31% | 0.65% | - |
| HSV(B) | 203.57º | 0.29% | 0.76% | - |
| XYZ | 34.97 | 38.8 | 56.69 | - |
| YUV | 164.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 194 | 0.29 | 0.11 | 0 | 0.24 | 203.57 | 0.31 | 0.65 |
| Hex | 8A | AC | C2 | 1D | B | 0 | 18 | CC | 1F | 41 |
| Octal | 212 | 254 | 302 | 35 | 13 | 0 | 30 | 314 | 37 | 101 |
| Binary | 10001010 | 10101100 | 11000010 | 11101 | 1011 | 0 | 11000 | 11001100 | 11111 | 1000001 |
Color Harmonies of #8AACC2
Complementary color
Monochromatic Colors of #8AACC2
Black with #8AACC2
Text Example
Text Example
White with #8AACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACC2; }
p { color: rgb(138,172,194); }
H1.HeaderClassName
{
color: #8AACC2;
}
.AnyTagClassName
{
color: #8AACC2;
}
</style>
background-color css
<style>
a { background-color: #8AACC2; }
a { background-color: rgb(138,172,194); }
div.DivClassName
{
background-color: #8AACC2;
}
.BgClassName
{
background-color: #8AACC2;
}
</style>
border-color css
<style>
span { border-color: #8AACC2; }
span { border-color: rgb(138,172,194); }
td.TdClassName
{
border-color: #8AACC2;
}
.TagClassName
{
border-color: #8AACC2;
}
</style>