Shades of Nepal #8CAABF
Tints of Nepal #8CAABF
RGB
CMYK
RGB Variations
Color information
#8CAABF (or 0x8CAABF) is known color: Nepal. HEX triplet: 8C, AA and BF. RGB value is (140,170,191). Sum of RGB (Red+Green+Blue) = 140+170+191=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAABF is #735540. Grayscale: #A3A3A3. Windows color (decimal): -7558465 or 12561036. OLE color: 12561036.
HSL color Cylindrical-coordinate representation of color #8CAABF: hue angle of 204.71º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CAABF is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 170 | 191 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.25 |
| HSL | 204.71º | 0.28% | 0.65% | - |
| HSV(B) | 204.71º | 0.27% | 0.75% | - |
| XYZ | 34.59 | 38.09 | 54.82 | - |
| YUV | 163.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 191 | 0.27 | 0.11 | 0 | 0.25 | 204.71 | 0.28 | 0.65 |
| Hex | 8C | AA | BF | 1B | B | 0 | 19 | CD | 1C | 41 |
| Octal | 214 | 252 | 277 | 33 | 13 | 0 | 31 | 315 | 34 | 101 |
| Binary | 10001100 | 10101010 | 10111111 | 11011 | 1011 | 0 | 11001 | 11001101 | 11100 | 1000001 |
Color Harmonies of #8CAABF
Complementary color
Monochromatic Colors of #8CAABF
Black with #8CAABF
Text Example
Text Example
White with #8CAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAABF; }
p { color: rgb(140,170,191); }
H1.HeaderClassName
{
color: #8CAABF;
}
.AnyTagClassName
{
color: #8CAABF;
}
</style>
background-color css
<style>
a { background-color: #8CAABF; }
a { background-color: rgb(140,170,191); }
div.DivClassName
{
background-color: #8CAABF;
}
.BgClassName
{
background-color: #8CAABF;
}
</style>
border-color css
<style>
span { border-color: #8CAABF; }
span { border-color: rgb(140,170,191); }
td.TdClassName
{
border-color: #8CAABF;
}
.TagClassName
{
border-color: #8CAABF;
}
</style>