Shades of Nepal #8DAAC2
Tints of Nepal #8DAAC2
RGB
CMYK
RGB Variations
Color information
#8DAAC2 (or 0x8DAAC2) is known color: Nepal. HEX triplet: 8D, AA and C2. RGB value is (141,170,194). Sum of RGB (Red+Green+Blue) = 141+170+194=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #8DAAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAAC2 is #72553D. Grayscale: #A3A3A3. Windows color (decimal): -7492926 or 12757645. OLE color: 12757645.
HSL color Cylindrical-coordinate representation of color #8DAAC2: hue angle of 207.17º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DAAC2 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 170 | 194 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.24 |
| HSL | 207.17º | 0.3% | 0.66% | - |
| HSV(B) | 207.17º | 0.27% | 0.76% | - |
| XYZ | 35.1 | 38.31 | 56.58 | - |
| YUV | 164.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 194 | 0.27 | 0.12 | 0 | 0.24 | 207.17 | 0.3 | 0.66 |
| Hex | 8D | AA | C2 | 1B | C | 0 | 18 | CF | 1E | 42 |
| Octal | 215 | 252 | 302 | 33 | 14 | 0 | 30 | 317 | 36 | 102 |
| Binary | 10001101 | 10101010 | 11000010 | 11011 | 1100 | 0 | 11000 | 11001111 | 11110 | 1000010 |
Color Harmonies of #8DAAC2
Complementary color
Monochromatic Colors of #8DAAC2
Black with #8DAAC2
Text Example
Text Example
White with #8DAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAAC2; }
p { color: rgb(141,170,194); }
H1.HeaderClassName
{
color: #8DAAC2;
}
.AnyTagClassName
{
color: #8DAAC2;
}
</style>
background-color css
<style>
a { background-color: #8DAAC2; }
a { background-color: rgb(141,170,194); }
div.DivClassName
{
background-color: #8DAAC2;
}
.BgClassName
{
background-color: #8DAAC2;
}
</style>
border-color css
<style>
span { border-color: #8DAAC2; }
span { border-color: rgb(141,170,194); }
td.TdClassName
{
border-color: #8DAAC2;
}
.TagClassName
{
border-color: #8DAAC2;
}
</style>