Shades of Nepal #8FAFC3
Tints of Nepal #8FAFC3
RGB
CMYK
RGB Variations
Color information
#8FAFC3 (or 0x8FAFC3) is known color: Nepal. HEX triplet: 8F, AF and C3. RGB value is (143,175,195). Sum of RGB (Red+Green+Blue) = 143+175+195=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 195 - color contains mainly: blue. Hex color #8FAFC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFC3 is #70503C. Grayscale: #A7A7A7. Windows color (decimal): -7360573 or 12824463. OLE color: 12824463.
HSL color Cylindrical-coordinate representation of color #8FAFC3: hue angle of 203.08º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FAFC3 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 175 | 195 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.24 |
| HSL | 203.08º | 0.3% | 0.66% | - |
| HSV(B) | 203.08º | 0.27% | 0.76% | - |
| XYZ | 36.51 | 40.44 | 57.51 | - |
| YUV | 167.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 195 | 0.27 | 0.10 | 0 | 0.24 | 203.08 | 0.3 | 0.66 |
| Hex | 8F | AF | C3 | 1B | A | 0 | 18 | CB | 1E | 42 |
| Octal | 217 | 257 | 303 | 33 | 12 | 0 | 30 | 313 | 36 | 102 |
| Binary | 10001111 | 10101111 | 11000011 | 11011 | 1010 | 0 | 11000 | 11001011 | 11110 | 1000010 |
Color Harmonies of #8FAFC3
Complementary color
Monochromatic Colors of #8FAFC3
Black with #8FAFC3
Text Example
Text Example
White with #8FAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFC3; }
p { color: rgb(143,175,195); }
H1.HeaderClassName
{
color: #8FAFC3;
}
.AnyTagClassName
{
color: #8FAFC3;
}
</style>
background-color css
<style>
a { background-color: #8FAFC3; }
a { background-color: rgb(143,175,195); }
div.DivClassName
{
background-color: #8FAFC3;
}
.BgClassName
{
background-color: #8FAFC3;
}
</style>
border-color css
<style>
span { border-color: #8FAFC3; }
span { border-color: rgb(143,175,195); }
td.TdClassName
{
border-color: #8FAFC3;
}
.TagClassName
{
border-color: #8FAFC3;
}
</style>