Shades of Nepal #8DAFC3
Tints of Nepal #8DAFC3
RGB
CMYK
RGB Variations
Color information
#8DAFC3 (or 0x8DAFC3) is known color: Nepal. HEX triplet: 8D, AF and C3. RGB value is (141,175,195). Sum of RGB (Red+Green+Blue) = 141+175+195=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #8DAFC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFC3 is #72503C. Grayscale: #A7A7A7. Windows color (decimal): -7491645 or 12824461. OLE color: 12824461.
HSL color Cylindrical-coordinate representation of color #8DAFC3: hue angle of 202.22º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DAFC3 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 175 | 195 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.24 |
| HSL | 202.22º | 0.31% | 0.66% | - |
| HSV(B) | 202.22º | 0.28% | 0.76% | - |
| XYZ | 36.16 | 40.26 | 57.5 | - |
| YUV | 167.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 195 | 0.28 | 0.10 | 0 | 0.24 | 202.22 | 0.31 | 0.66 |
| Hex | 8D | AF | C3 | 1C | A | 0 | 18 | CA | 1F | 42 |
| Octal | 215 | 257 | 303 | 34 | 12 | 0 | 30 | 312 | 37 | 102 |
| Binary | 10001101 | 10101111 | 11000011 | 11100 | 1010 | 0 | 11000 | 11001010 | 11111 | 1000010 |
Color Harmonies of #8DAFC3
Complementary color
Monochromatic Colors of #8DAFC3
Black with #8DAFC3
Text Example
Text Example
White with #8DAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAFC3; }
p { color: rgb(141,175,195); }
H1.HeaderClassName
{
color: #8DAFC3;
}
.AnyTagClassName
{
color: #8DAFC3;
}
</style>
background-color css
<style>
a { background-color: #8DAFC3; }
a { background-color: rgb(141,175,195); }
div.DivClassName
{
background-color: #8DAFC3;
}
.BgClassName
{
background-color: #8DAFC3;
}
</style>
border-color css
<style>
span { border-color: #8DAFC3; }
span { border-color: rgb(141,175,195); }
td.TdClassName
{
border-color: #8DAFC3;
}
.TagClassName
{
border-color: #8DAFC3;
}
</style>