Shades of Nepal #93ACC0
Tints of Nepal #93ACC0
RGB
CMYK
RGB Variations
Color information
#93ACC0 (or 0x93ACC0) is known color: Nepal. HEX triplet: 93, AC and C0. RGB value is (147,172,192). Sum of RGB (Red+Green+Blue) = 147+172+192=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #93ACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACC0 is #6C533F. Grayscale: #A6A6A6. Windows color (decimal): -7099200 or 12627091. OLE color: 12627091.
HSL color Cylindrical-coordinate representation of color #93ACC0: hue angle of 206.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93ACC0 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 172 | 192 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.25 |
| HSL | 206.67º | 0.26% | 0.66% | - |
| HSV(B) | 206.67º | 0.23% | 0.75% | - |
| XYZ | 36.3 | 39.51 | 55.58 | - |
| YUV | 166.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 192 | 0.23 | 0.10 | 0 | 0.25 | 206.67 | 0.26 | 0.66 |
| Hex | 93 | AC | C0 | 17 | A | 0 | 19 | CF | 1A | 42 |
| Octal | 223 | 254 | 300 | 27 | 12 | 0 | 31 | 317 | 32 | 102 |
| Binary | 10010011 | 10101100 | 11000000 | 10111 | 1010 | 0 | 11001 | 11001111 | 11010 | 1000010 |
Color Harmonies of #93ACC0
Complementary color
Monochromatic Colors of #93ACC0
Black with #93ACC0
Text Example
Text Example
White with #93ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ACC0; }
p { color: rgb(147,172,192); }
H1.HeaderClassName
{
color: #93ACC0;
}
.AnyTagClassName
{
color: #93ACC0;
}
</style>
background-color css
<style>
a { background-color: #93ACC0; }
a { background-color: rgb(147,172,192); }
div.DivClassName
{
background-color: #93ACC0;
}
.BgClassName
{
background-color: #93ACC0;
}
</style>
border-color css
<style>
span { border-color: #93ACC0; }
span { border-color: rgb(147,172,192); }
td.TdClassName
{
border-color: #93ACC0;
}
.TagClassName
{
border-color: #93ACC0;
}
</style>