Shades of Nepal #8AABBF
Tints of Nepal #8AABBF
RGB
CMYK
RGB Variations
Color information
#8AABBF (or 0x8AABBF) is known color: Nepal. HEX triplet: 8A, AB and BF. RGB value is (138,171,191). Sum of RGB (Red+Green+Blue) = 138+171+191=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #8AABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABBF is #755440. Grayscale: #A3A3A3. Windows color (decimal): -7689281 or 12561290. OLE color: 12561290.
HSL color Cylindrical-coordinate representation of color #8AABBF: hue angle of 202.64º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AABBF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 171 | 191 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.25 |
| HSL | 202.64º | 0.29% | 0.65% | - |
| HSV(B) | 202.64º | 0.28% | 0.75% | - |
| XYZ | 34.45 | 38.29 | 54.87 | - |
| YUV | 163.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 191 | 0.28 | 0.10 | 0 | 0.25 | 202.64 | 0.29 | 0.65 |
| Hex | 8A | AB | BF | 1C | A | 0 | 19 | CB | 1D | 41 |
| Octal | 212 | 253 | 277 | 34 | 12 | 0 | 31 | 313 | 35 | 101 |
| Binary | 10001010 | 10101011 | 10111111 | 11100 | 1010 | 0 | 11001 | 11001011 | 11101 | 1000001 |
Color Harmonies of #8AABBF
Complementary color
Monochromatic Colors of #8AABBF
Black with #8AABBF
Text Example
Text Example
White with #8AABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABBF; }
p { color: rgb(138,171,191); }
H1.HeaderClassName
{
color: #8AABBF;
}
.AnyTagClassName
{
color: #8AABBF;
}
</style>
background-color css
<style>
a { background-color: #8AABBF; }
a { background-color: rgb(138,171,191); }
div.DivClassName
{
background-color: #8AABBF;
}
.BgClassName
{
background-color: #8AABBF;
}
</style>
border-color css
<style>
span { border-color: #8AABBF; }
span { border-color: rgb(138,171,191); }
td.TdClassName
{
border-color: #8AABBF;
}
.TagClassName
{
border-color: #8AABBF;
}
</style>