Shades of Nepal #8DAEBF
Tints of Nepal #8DAEBF
RGB
CMYK
RGB Variations
Color information
#8DAEBF (or 0x8DAEBF) is known color: Nepal. HEX triplet: 8D, AE and BF. RGB value is (141,174,191). Sum of RGB (Red+Green+Blue) = 141+174+191=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAEBF is #725140. Grayscale: #A5A5A5. Windows color (decimal): -7491905 or 12562061. OLE color: 12562061.
HSL color Cylindrical-coordinate representation of color #8DAEBF: hue angle of 200.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DAEBF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 174 | 191 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.25 |
| HSL | 200.4º | 0.28% | 0.65% | - |
| HSV(B) | 200.4º | 0.26% | 0.75% | - |
| XYZ | 35.52 | 39.7 | 55.08 | - |
| YUV | 166.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 191 | 0.26 | 0.09 | 0 | 0.25 | 200.4 | 0.28 | 0.65 |
| Hex | 8D | AE | BF | 1A | 9 | 0 | 19 | C8 | 1C | 41 |
| Octal | 215 | 256 | 277 | 32 | 11 | 0 | 31 | 310 | 34 | 101 |
| Binary | 10001101 | 10101110 | 10111111 | 11010 | 1001 | 0 | 11001 | 11001000 | 11100 | 1000001 |
Color Harmonies of #8DAEBF
Complementary color
Monochromatic Colors of #8DAEBF
Black with #8DAEBF
Text Example
Text Example
White with #8DAEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAEBF; }
p { color: rgb(141,174,191); }
H1.HeaderClassName
{
color: #8DAEBF;
}
.AnyTagClassName
{
color: #8DAEBF;
}
</style>
background-color css
<style>
a { background-color: #8DAEBF; }
a { background-color: rgb(141,174,191); }
div.DivClassName
{
background-color: #8DAEBF;
}
.BgClassName
{
background-color: #8DAEBF;
}
</style>
border-color css
<style>
span { border-color: #8DAEBF; }
span { border-color: rgb(141,174,191); }
td.TdClassName
{
border-color: #8DAEBF;
}
.TagClassName
{
border-color: #8DAEBF;
}
</style>