Shades of Nepal #8FAEC4
Tints of Nepal #8FAEC4
RGB
CMYK
RGB Variations
Color information
#8FAEC4 (or 0x8FAEC4) is known color: Nepal. HEX triplet: 8F, AE and C4. RGB value is (143,174,196). Sum of RGB (Red+Green+Blue) = 143+174+196=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #8FAEC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEC4 is #70513B. Grayscale: #A7A7A7. Windows color (decimal): -7360828 or 12889743. OLE color: 12889743.
HSL color Cylindrical-coordinate representation of color #8FAEC4: hue angle of 204.91º 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 #8FAEC4 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 174 | 196 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.23 |
| HSL | 204.91º | 0.31% | 0.66% | - |
| HSV(B) | 204.91º | 0.27% | 0.77% | - |
| XYZ | 36.43 | 40.1 | 58.04 | - |
| YUV | 167.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 196 | 0.27 | 0.11 | 0 | 0.23 | 204.91 | 0.31 | 0.66 |
| Hex | 8F | AE | C4 | 1B | B | 0 | 17 | CD | 1F | 42 |
| Octal | 217 | 256 | 304 | 33 | 13 | 0 | 27 | 315 | 37 | 102 |
| Binary | 10001111 | 10101110 | 11000100 | 11011 | 1011 | 0 | 10111 | 11001101 | 11111 | 1000010 |
Color Harmonies of #8FAEC4
Complementary color
Monochromatic Colors of #8FAEC4
Black with #8FAEC4
Text Example
Text Example
White with #8FAEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAEC4; }
p { color: rgb(143,174,196); }
H1.HeaderClassName
{
color: #8FAEC4;
}
.AnyTagClassName
{
color: #8FAEC4;
}
</style>
background-color css
<style>
a { background-color: #8FAEC4; }
a { background-color: rgb(143,174,196); }
div.DivClassName
{
background-color: #8FAEC4;
}
.BgClassName
{
background-color: #8FAEC4;
}
</style>
border-color css
<style>
span { border-color: #8FAEC4; }
span { border-color: rgb(143,174,196); }
td.TdClassName
{
border-color: #8FAEC4;
}
.TagClassName
{
border-color: #8FAEC4;
}
</style>