Shades of Nepal #8FADC2
Tints of Nepal #8FADC2
RGB
CMYK
RGB Variations
Color information
#8FADC2 (or 0x8FADC2) is known color: Nepal. HEX triplet: 8F, AD and C2. RGB value is (143,173,194). Sum of RGB (Red+Green+Blue) = 143+173+194=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 194 - color contains mainly: blue. Hex color #8FADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADC2 is #70523D. Grayscale: #A6A6A6. Windows color (decimal): -7361086 or 12758415. OLE color: 12758415.
HSL color Cylindrical-coordinate representation of color #8FADC2: hue angle of 204.71º 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 #8FADC2 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 173 | 194 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.24 |
| HSL | 204.71º | 0.29% | 0.66% | - |
| HSV(B) | 204.71º | 0.26% | 0.76% | - |
| XYZ | 36.01 | 39.62 | 56.79 | - |
| YUV | 166.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 194 | 0.26 | 0.11 | 0 | 0.24 | 204.71 | 0.29 | 0.66 |
| Hex | 8F | AD | C2 | 1A | B | 0 | 18 | CD | 1D | 42 |
| Octal | 217 | 255 | 302 | 32 | 13 | 0 | 30 | 315 | 35 | 102 |
| Binary | 10001111 | 10101101 | 11000010 | 11010 | 1011 | 0 | 11000 | 11001101 | 11101 | 1000010 |
Color Harmonies of #8FADC2
Complementary color
Monochromatic Colors of #8FADC2
Black with #8FADC2
Text Example
Text Example
White with #8FADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADC2; }
p { color: rgb(143,173,194); }
H1.HeaderClassName
{
color: #8FADC2;
}
.AnyTagClassName
{
color: #8FADC2;
}
</style>
background-color css
<style>
a { background-color: #8FADC2; }
a { background-color: rgb(143,173,194); }
div.DivClassName
{
background-color: #8FADC2;
}
.BgClassName
{
background-color: #8FADC2;
}
</style>
border-color css
<style>
span { border-color: #8FADC2; }
span { border-color: rgb(143,173,194); }
td.TdClassName
{
border-color: #8FADC2;
}
.TagClassName
{
border-color: #8FADC2;
}
</style>