Shades of Nepal #8FADC4
Tints of Nepal #8FADC4
RGB
CMYK
RGB Variations
Color information
#8FADC4 (or 0x8FADC4) is known color: Nepal. HEX triplet: 8F, AD and C4. RGB value is (143,173,196). Sum of RGB (Red+Green+Blue) = 143+173+196=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #8FADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADC4 is #70523B. Grayscale: #A6A6A6. Windows color (decimal): -7361084 or 12889487. OLE color: 12889487.
HSL color Cylindrical-coordinate representation of color #8FADC4: hue angle of 206.04º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FADC4 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 173 | 196 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.23 |
| HSL | 206.04º | 0.31% | 0.66% | - |
| HSV(B) | 206.04º | 0.27% | 0.77% | - |
| XYZ | 36.24 | 39.71 | 57.98 | - |
| YUV | 166.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 196 | 0.27 | 0.12 | 0 | 0.23 | 206.04 | 0.31 | 0.66 |
| Hex | 8F | AD | C4 | 1B | C | 0 | 17 | CE | 1F | 42 |
| Octal | 217 | 255 | 304 | 33 | 14 | 0 | 27 | 316 | 37 | 102 |
| Binary | 10001111 | 10101101 | 11000100 | 11011 | 1100 | 0 | 10111 | 11001110 | 11111 | 1000010 |
Color Harmonies of #8FADC4
Complementary color
Monochromatic Colors of #8FADC4
Black with #8FADC4
Text Example
Text Example
White with #8FADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADC4; }
p { color: rgb(143,173,196); }
H1.HeaderClassName
{
color: #8FADC4;
}
.AnyTagClassName
{
color: #8FADC4;
}
</style>
background-color css
<style>
a { background-color: #8FADC4; }
a { background-color: rgb(143,173,196); }
div.DivClassName
{
background-color: #8FADC4;
}
.BgClassName
{
background-color: #8FADC4;
}
</style>
border-color css
<style>
span { border-color: #8FADC4; }
span { border-color: rgb(143,173,196); }
td.TdClassName
{
border-color: #8FADC4;
}
.TagClassName
{
border-color: #8FADC4;
}
</style>