Shades of Nepal #93ACC3
Tints of Nepal #93ACC3
RGB
CMYK
RGB Variations
Color information
#93ACC3 (or 0x93ACC3) is known color: Nepal. HEX triplet: 93, AC and C3. RGB value is (147,172,195). Sum of RGB (Red+Green+Blue) = 147+172+195=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #93ACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACC3 is #6C533C. Grayscale: #A7A7A7. Windows color (decimal): -7099197 or 12823699. OLE color: 12823699.
HSL color Cylindrical-coordinate representation of color #93ACC3: hue angle of 208.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93ACC3 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 172 | 195 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.24 |
| HSL | 208.75º | 0.29% | 0.67% | - |
| HSV(B) | 208.75º | 0.25% | 0.76% | - |
| XYZ | 36.64 | 39.65 | 57.35 | - |
| YUV | 167.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 195 | 0.25 | 0.12 | 0 | 0.24 | 208.75 | 0.29 | 0.67 |
| Hex | 93 | AC | C3 | 19 | C | 0 | 18 | D1 | 1D | 43 |
| Octal | 223 | 254 | 303 | 31 | 14 | 0 | 30 | 321 | 35 | 103 |
| Binary | 10010011 | 10101100 | 11000011 | 11001 | 1100 | 0 | 11000 | 11010001 | 11101 | 1000011 |
Color Harmonies of #93ACC3
Complementary color
Monochromatic Colors of #93ACC3
Black with #93ACC3
Text Example
Text Example
White with #93ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ACC3; }
p { color: rgb(147,172,195); }
H1.HeaderClassName
{
color: #93ACC3;
}
.AnyTagClassName
{
color: #93ACC3;
}
</style>
background-color css
<style>
a { background-color: #93ACC3; }
a { background-color: rgb(147,172,195); }
div.DivClassName
{
background-color: #93ACC3;
}
.BgClassName
{
background-color: #93ACC3;
}
</style>
border-color css
<style>
span { border-color: #93ACC3; }
span { border-color: rgb(147,172,195); }
td.TdClassName
{
border-color: #93ACC3;
}
.TagClassName
{
border-color: #93ACC3;
}
</style>