Shades of Nepal #8AADC5
Tints of Nepal #8AADC5
RGB
CMYK
RGB Variations
Color information
#8AADC5 (or 0x8AADC5) is known color: Nepal. HEX triplet: 8A, AD and C5. RGB value is (138,173,197). Sum of RGB (Red+Green+Blue) = 138+173+197=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #8AADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADC5 is #75523A. Grayscale: #A5A5A5. Windows color (decimal): -7688763 or 12955018. OLE color: 12955018.
HSL color Cylindrical-coordinate representation of color #8AADC5: hue angle of 204.41º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AADC5 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 173 | 197 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.23 |
| HSL | 204.41º | 0.34% | 0.66% | - |
| HSV(B) | 204.41º | 0.3% | 0.77% | - |
| XYZ | 35.5 | 39.32 | 58.54 | - |
| YUV | 165.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 197 | 0.30 | 0.12 | 0 | 0.23 | 204.41 | 0.34 | 0.66 |
| Hex | 8A | AD | C5 | 1E | C | 0 | 17 | CC | 22 | 42 |
| Octal | 212 | 255 | 305 | 36 | 14 | 0 | 27 | 314 | 42 | 102 |
| Binary | 10001010 | 10101101 | 11000101 | 11110 | 1100 | 0 | 10111 | 11001100 | 100010 | 1000010 |
Color Harmonies of #8AADC5
Complementary color
Monochromatic Colors of #8AADC5
Black with #8AADC5
Text Example
Text Example
White with #8AADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADC5; }
p { color: rgb(138,173,197); }
H1.HeaderClassName
{
color: #8AADC5;
}
.AnyTagClassName
{
color: #8AADC5;
}
</style>
background-color css
<style>
a { background-color: #8AADC5; }
a { background-color: rgb(138,173,197); }
div.DivClassName
{
background-color: #8AADC5;
}
.BgClassName
{
background-color: #8AADC5;
}
</style>
border-color css
<style>
span { border-color: #8AADC5; }
span { border-color: rgb(138,173,197); }
td.TdClassName
{
border-color: #8AADC5;
}
.TagClassName
{
border-color: #8AADC5;
}
</style>