Shades of Nepal #8AAFC3
Tints of Nepal #8AAFC3
RGB
CMYK
RGB Variations
Color information
#8AAFC3 (or 0x8AAFC3) is known color: Nepal. HEX triplet: 8A, AF and C3. RGB value is (138,175,195). Sum of RGB (Red+Green+Blue) = 138+175+195=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #8AAFC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFC3 is #75503C. Grayscale: #A6A6A6. Windows color (decimal): -7688253 or 12824458. OLE color: 12824458.
HSL color Cylindrical-coordinate representation of color #8AAFC3: hue angle of 201.05º 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 #8AAFC3 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 175 | 195 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.24 |
| HSL | 201.05º | 0.32% | 0.65% | - |
| HSV(B) | 201.05º | 0.29% | 0.76% | - |
| XYZ | 35.66 | 40 | 57.47 | - |
| YUV | 166.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 195 | 0.29 | 0.10 | 0 | 0.24 | 201.05 | 0.32 | 0.65 |
| Hex | 8A | AF | C3 | 1D | A | 0 | 18 | C9 | 20 | 41 |
| Octal | 212 | 257 | 303 | 35 | 12 | 0 | 30 | 311 | 40 | 101 |
| Binary | 10001010 | 10101111 | 11000011 | 11101 | 1010 | 0 | 11000 | 11001001 | 100000 | 1000001 |
Color Harmonies of #8AAFC3
Complementary color
Monochromatic Colors of #8AAFC3
Black with #8AAFC3
Text Example
Text Example
White with #8AAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAFC3; }
p { color: rgb(138,175,195); }
H1.HeaderClassName
{
color: #8AAFC3;
}
.AnyTagClassName
{
color: #8AAFC3;
}
</style>
background-color css
<style>
a { background-color: #8AAFC3; }
a { background-color: rgb(138,175,195); }
div.DivClassName
{
background-color: #8AAFC3;
}
.BgClassName
{
background-color: #8AAFC3;
}
</style>
border-color css
<style>
span { border-color: #8AAFC3; }
span { border-color: rgb(138,175,195); }
td.TdClassName
{
border-color: #8AAFC3;
}
.TagClassName
{
border-color: #8AAFC3;
}
</style>