Shades of Nepal #8CAFC6
Tints of Nepal #8CAFC6
RGB
CMYK
RGB Variations
Color information
#8CAFC6 (or 0x8CAFC6) is known color: Nepal. HEX triplet: 8C, AF and C6. RGB value is (140,175,198). Sum of RGB (Red+Green+Blue) = 140+175+198=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #8CAFC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFC6 is #735039. Grayscale: #A7A7A7. Windows color (decimal): -7557178 or 13021068. OLE color: 13021068.
HSL color Cylindrical-coordinate representation of color #8CAFC6: hue angle of 203.79º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CAFC6 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 175 | 198 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.22 |
| HSL | 203.79º | 0.34% | 0.66% | - |
| HSV(B) | 203.79º | 0.29% | 0.78% | - |
| XYZ | 36.34 | 40.31 | 59.29 | - |
| YUV | 167.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 198 | 0.29 | 0.12 | 0 | 0.22 | 203.79 | 0.34 | 0.66 |
| Hex | 8C | AF | C6 | 1D | C | 0 | 16 | CC | 22 | 42 |
| Octal | 214 | 257 | 306 | 35 | 14 | 0 | 26 | 314 | 42 | 102 |
| Binary | 10001100 | 10101111 | 11000110 | 11101 | 1100 | 0 | 10110 | 11001100 | 100010 | 1000010 |
Color Harmonies of #8CAFC6
Complementary color
Monochromatic Colors of #8CAFC6
Black with #8CAFC6
Text Example
Text Example
White with #8CAFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAFC6; }
p { color: rgb(140,175,198); }
H1.HeaderClassName
{
color: #8CAFC6;
}
.AnyTagClassName
{
color: #8CAFC6;
}
</style>
background-color css
<style>
a { background-color: #8CAFC6; }
a { background-color: rgb(140,175,198); }
div.DivClassName
{
background-color: #8CAFC6;
}
.BgClassName
{
background-color: #8CAFC6;
}
</style>
border-color css
<style>
span { border-color: #8CAFC6; }
span { border-color: rgb(140,175,198); }
td.TdClassName
{
border-color: #8CAFC6;
}
.TagClassName
{
border-color: #8CAFC6;
}
</style>