Shades of Nepal #8AACC4
Tints of Nepal #8AACC4
RGB
CMYK
RGB Variations
Color information
#8AACC4 (or 0x8AACC4) is known color: Nepal. HEX triplet: 8A, AC and C4. RGB value is (138,172,196). Sum of RGB (Red+Green+Blue) = 138+172+196=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #8AACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACC4 is #75533B. Grayscale: #A4A4A4. Windows color (decimal): -7689020 or 12889226. OLE color: 12889226.
HSL color Cylindrical-coordinate representation of color #8AACC4: hue angle of 204.83º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AACC4 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 172 | 196 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.23 |
| HSL | 204.83º | 0.33% | 0.65% | - |
| HSV(B) | 204.83º | 0.3% | 0.77% | - |
| XYZ | 35.2 | 38.89 | 57.88 | - |
| YUV | 164.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 196 | 0.30 | 0.12 | 0 | 0.23 | 204.83 | 0.33 | 0.65 |
| Hex | 8A | AC | C4 | 1E | C | 0 | 17 | CD | 21 | 41 |
| Octal | 212 | 254 | 304 | 36 | 14 | 0 | 27 | 315 | 41 | 101 |
| Binary | 10001010 | 10101100 | 11000100 | 11110 | 1100 | 0 | 10111 | 11001101 | 100001 | 1000001 |
Color Harmonies of #8AACC4
Complementary color
Monochromatic Colors of #8AACC4
Black with #8AACC4
Text Example
Text Example
White with #8AACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACC4; }
p { color: rgb(138,172,196); }
H1.HeaderClassName
{
color: #8AACC4;
}
.AnyTagClassName
{
color: #8AACC4;
}
</style>
background-color css
<style>
a { background-color: #8AACC4; }
a { background-color: rgb(138,172,196); }
div.DivClassName
{
background-color: #8AACC4;
}
.BgClassName
{
background-color: #8AACC4;
}
</style>
border-color css
<style>
span { border-color: #8AACC4; }
span { border-color: rgb(138,172,196); }
td.TdClassName
{
border-color: #8AACC4;
}
.TagClassName
{
border-color: #8AACC4;
}
</style>