Shades of Nepal #93ADC4
Tints of Nepal #93ADC4
RGB
CMYK
RGB Variations
Color information
#93ADC4 (or 0x93ADC4) is known color: Nepal. HEX triplet: 93, AD and C4. RGB value is (147,173,196). Sum of RGB (Red+Green+Blue) = 147+173+196=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 196 - color contains mainly: blue. Hex color #93ADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADC4 is #6C523B. Grayscale: #A7A7A7. Windows color (decimal): -7098940 or 12889491. OLE color: 12889491.
HSL color Cylindrical-coordinate representation of color #93ADC4: hue angle of 208.16º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93ADC4 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 173 | 196 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.23 |
| HSL | 208.16º | 0.29% | 0.67% | - |
| HSV(B) | 208.16º | 0.25% | 0.77% | - |
| XYZ | 36.94 | 40.08 | 58.01 | - |
| YUV | 167.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 196 | 0.25 | 0.12 | 0 | 0.23 | 208.16 | 0.29 | 0.67 |
| Hex | 93 | AD | C4 | 19 | C | 0 | 17 | D0 | 1D | 43 |
| Octal | 223 | 255 | 304 | 31 | 14 | 0 | 27 | 320 | 35 | 103 |
| Binary | 10010011 | 10101101 | 11000100 | 11001 | 1100 | 0 | 10111 | 11010000 | 11101 | 1000011 |
Color Harmonies of #93ADC4
Complementary color
Monochromatic Colors of #93ADC4
Black with #93ADC4
Text Example
Text Example
White with #93ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADC4; }
p { color: rgb(147,173,196); }
H1.HeaderClassName
{
color: #93ADC4;
}
.AnyTagClassName
{
color: #93ADC4;
}
</style>
background-color css
<style>
a { background-color: #93ADC4; }
a { background-color: rgb(147,173,196); }
div.DivClassName
{
background-color: #93ADC4;
}
.BgClassName
{
background-color: #93ADC4;
}
</style>
border-color css
<style>
span { border-color: #93ADC4; }
span { border-color: rgb(147,173,196); }
td.TdClassName
{
border-color: #93ADC4;
}
.TagClassName
{
border-color: #93ADC4;
}
</style>