Shades of Nepal #8FAFC2
Tints of Nepal #8FAFC2
RGB
CMYK
RGB Variations
Color information
#8FAFC2 (or 0x8FAFC2) is known color: Nepal. HEX triplet: 8F, AF and C2. RGB value is (143,175,194). Sum of RGB (Red+Green+Blue) = 143+175+194=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #8FAFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFC2 is #70503D. Grayscale: #A7A7A7. Windows color (decimal): -7360574 or 12758927. OLE color: 12758927.
HSL color Cylindrical-coordinate representation of color #8FAFC2: hue angle of 202.35º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FAFC2 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 175 | 194 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.24 |
| HSL | 202.35º | 0.29% | 0.66% | - |
| HSV(B) | 202.35º | 0.26% | 0.76% | - |
| XYZ | 36.4 | 40.39 | 56.92 | - |
| YUV | 167.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 194 | 0.26 | 0.10 | 0 | 0.24 | 202.35 | 0.29 | 0.66 |
| Hex | 8F | AF | C2 | 1A | A | 0 | 18 | CA | 1D | 42 |
| Octal | 217 | 257 | 302 | 32 | 12 | 0 | 30 | 312 | 35 | 102 |
| Binary | 10001111 | 10101111 | 11000010 | 11010 | 1010 | 0 | 11000 | 11001010 | 11101 | 1000010 |
Color Harmonies of #8FAFC2
Complementary color
Monochromatic Colors of #8FAFC2
Black with #8FAFC2
Text Example
Text Example
White with #8FAFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFC2; }
p { color: rgb(143,175,194); }
H1.HeaderClassName
{
color: #8FAFC2;
}
.AnyTagClassName
{
color: #8FAFC2;
}
</style>
background-color css
<style>
a { background-color: #8FAFC2; }
a { background-color: rgb(143,175,194); }
div.DivClassName
{
background-color: #8FAFC2;
}
.BgClassName
{
background-color: #8FAFC2;
}
</style>
border-color css
<style>
span { border-color: #8FAFC2; }
span { border-color: rgb(143,175,194); }
td.TdClassName
{
border-color: #8FAFC2;
}
.TagClassName
{
border-color: #8FAFC2;
}
</style>