Shades of Nepal #8AA8BD
Tints of Nepal #8AA8BD
RGB
CMYK
RGB Variations
Color information
#8AA8BD (or 0x8AA8BD) is known color: Nepal. HEX triplet: 8A, A8 and BD. RGB value is (138,168,189). Sum of RGB (Red+Green+Blue) = 138+168+189=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AA8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA8BD is #755742. Grayscale: #A1A1A1. Windows color (decimal): -7690051 or 12429450. OLE color: 12429450.
HSL color Cylindrical-coordinate representation of color #8AA8BD: hue angle of 204.71º 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 #8AA8BD is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 168 | 189 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.26 |
| HSL | 204.71º | 0.28% | 0.64% | - |
| HSV(B) | 204.71º | 0.27% | 0.74% | - |
| XYZ | 33.67 | 37.08 | 53.53 | - |
| YUV | 161.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 189 | 0.27 | 0.11 | 0 | 0.26 | 204.71 | 0.28 | 0.64 |
| Hex | 8A | A8 | BD | 1B | B | 0 | 1A | CD | 1C | 40 |
| Octal | 212 | 250 | 275 | 33 | 13 | 0 | 32 | 315 | 34 | 100 |
| Binary | 10001010 | 10101000 | 10111101 | 11011 | 1011 | 0 | 11010 | 11001101 | 11100 | 1000000 |
Color Harmonies of #8AA8BD
Complementary color
Monochromatic Colors of #8AA8BD
Black with #8AA8BD
Text Example
Text Example
White with #8AA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA8BD; }
p { color: rgb(138,168,189); }
H1.HeaderClassName
{
color: #8AA8BD;
}
.AnyTagClassName
{
color: #8AA8BD;
}
</style>
background-color css
<style>
a { background-color: #8AA8BD; }
a { background-color: rgb(138,168,189); }
div.DivClassName
{
background-color: #8AA8BD;
}
.BgClassName
{
background-color: #8AA8BD;
}
</style>
border-color css
<style>
span { border-color: #8AA8BD; }
span { border-color: rgb(138,168,189); }
td.TdClassName
{
border-color: #8AA8BD;
}
.TagClassName
{
border-color: #8AA8BD;
}
</style>