Shades of Nepal #8AADBD
Tints of Nepal #8AADBD
RGB
CMYK
RGB Variations
Color information
#8AADBD (or 0x8AADBD) is known color: Nepal. HEX triplet: 8A, AD and BD. RGB value is (138,173,189). Sum of RGB (Red+Green+Blue) = 138+173+189=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADBD is #755242. Grayscale: #A4A4A4. Windows color (decimal): -7688771 or 12430730. OLE color: 12430730.
HSL color Cylindrical-coordinate representation of color #8AADBD: hue angle of 198.82º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AADBD is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 173 | 189 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.26 |
| HSL | 198.82º | 0.28% | 0.64% | - |
| HSV(B) | 198.82º | 0.27% | 0.74% | - |
| XYZ | 34.61 | 38.96 | 53.84 | - |
| YUV | 164.36 | 141.9 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 189 | 0.27 | 0.08 | 0 | 0.26 | 198.82 | 0.28 | 0.64 |
| Hex | 8A | AD | BD | 1B | 8 | 0 | 1A | C7 | 1C | 40 |
| Octal | 212 | 255 | 275 | 33 | 10 | 0 | 32 | 307 | 34 | 100 |
| Binary | 10001010 | 10101101 | 10111101 | 11011 | 1000 | 0 | 11010 | 11000111 | 11100 | 1000000 |
Color Harmonies of #8AADBD
Complementary color
Monochromatic Colors of #8AADBD
Black with #8AADBD
Text Example
Text Example
White with #8AADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADBD; }
p { color: rgb(138,173,189); }
H1.HeaderClassName
{
color: #8AADBD;
}
.AnyTagClassName
{
color: #8AADBD;
}
</style>
background-color css
<style>
a { background-color: #8AADBD; }
a { background-color: rgb(138,173,189); }
div.DivClassName
{
background-color: #8AADBD;
}
.BgClassName
{
background-color: #8AADBD;
}
</style>
border-color css
<style>
span { border-color: #8AADBD; }
span { border-color: rgb(138,173,189); }
td.TdClassName
{
border-color: #8AADBD;
}
.TagClassName
{
border-color: #8AADBD;
}
</style>