Shades of Nepal #8AADC3
Tints of Nepal #8AADC3
RGB
CMYK
RGB Variations
Color information
#8AADC3 (or 0x8AADC3) is known color: Nepal. HEX triplet: 8A, AD and C3. RGB value is (138,173,195). Sum of RGB (Red+Green+Blue) = 138+173+195=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 195 - color contains mainly: blue. Hex color #8AADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADC3 is #75523C. Grayscale: #A4A4A4. Windows color (decimal): -7688765 or 12823946. OLE color: 12823946.
HSL color Cylindrical-coordinate representation of color #8AADC3: hue angle of 203.16º degrees, saturation: 0.32, 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 #8AADC3 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 173 | 195 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.24 |
| HSL | 203.16º | 0.32% | 0.65% | - |
| HSV(B) | 203.16º | 0.29% | 0.76% | - |
| XYZ | 35.28 | 39.23 | 57.34 | - |
| YUV | 165.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 195 | 0.29 | 0.11 | 0 | 0.24 | 203.16 | 0.32 | 0.65 |
| Hex | 8A | AD | C3 | 1D | B | 0 | 18 | CB | 20 | 41 |
| Octal | 212 | 255 | 303 | 35 | 13 | 0 | 30 | 313 | 40 | 101 |
| Binary | 10001010 | 10101101 | 11000011 | 11101 | 1011 | 0 | 11000 | 11001011 | 100000 | 1000001 |
Color Harmonies of #8AADC3
Complementary color
Monochromatic Colors of #8AADC3
Black with #8AADC3
Text Example
Text Example
White with #8AADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADC3; }
p { color: rgb(138,173,195); }
H1.HeaderClassName
{
color: #8AADC3;
}
.AnyTagClassName
{
color: #8AADC3;
}
</style>
background-color css
<style>
a { background-color: #8AADC3; }
a { background-color: rgb(138,173,195); }
div.DivClassName
{
background-color: #8AADC3;
}
.BgClassName
{
background-color: #8AADC3;
}
</style>
border-color css
<style>
span { border-color: #8AADC3; }
span { border-color: rgb(138,173,195); }
td.TdClassName
{
border-color: #8AADC3;
}
.TagClassName
{
border-color: #8AADC3;
}
</style>