Shades of Nepal #8DAABF
Tints of Nepal #8DAABF
RGB
CMYK
RGB Variations
Color information
#8DAABF (or 0x8DAABF) is known color: Nepal. HEX triplet: 8D, AA and BF. RGB value is (141,170,191). Sum of RGB (Red+Green+Blue) = 141+170+191=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAABF is #725540. Grayscale: #A3A3A3. Windows color (decimal): -7492929 or 12561037. OLE color: 12561037.
HSL color Cylindrical-coordinate representation of color #8DAABF: hue angle of 205.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DAABF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 170 | 191 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.25 |
| HSL | 205.2º | 0.28% | 0.65% | - |
| HSV(B) | 205.2º | 0.26% | 0.75% | - |
| XYZ | 34.76 | 38.17 | 54.83 | - |
| YUV | 163.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 191 | 0.26 | 0.11 | 0 | 0.25 | 205.2 | 0.28 | 0.65 |
| Hex | 8D | AA | BF | 1A | B | 0 | 19 | CD | 1C | 41 |
| Octal | 215 | 252 | 277 | 32 | 13 | 0 | 31 | 315 | 34 | 101 |
| Binary | 10001101 | 10101010 | 10111111 | 11010 | 1011 | 0 | 11001 | 11001101 | 11100 | 1000001 |
Color Harmonies of #8DAABF
Complementary color
Monochromatic Colors of #8DAABF
Black with #8DAABF
Text Example
Text Example
White with #8DAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAABF; }
p { color: rgb(141,170,191); }
H1.HeaderClassName
{
color: #8DAABF;
}
.AnyTagClassName
{
color: #8DAABF;
}
</style>
background-color css
<style>
a { background-color: #8DAABF; }
a { background-color: rgb(141,170,191); }
div.DivClassName
{
background-color: #8DAABF;
}
.BgClassName
{
background-color: #8DAABF;
}
</style>
border-color css
<style>
span { border-color: #8DAABF; }
span { border-color: rgb(141,170,191); }
td.TdClassName
{
border-color: #8DAABF;
}
.TagClassName
{
border-color: #8DAABF;
}
</style>