Shades of Nepal #93ABC3
Tints of Nepal #93ABC3
RGB
CMYK
RGB Variations
Color information
#93ABC3 (or 0x93ABC3) is known color: Nepal. HEX triplet: 93, AB and C3. RGB value is (147,171,195). Sum of RGB (Red+Green+Blue) = 147+171+195=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 195 - color contains mainly: blue. Hex color #93ABC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABC3 is #6C543C. Grayscale: #A6A6A6. Windows color (decimal): -7099453 or 12823443. OLE color: 12823443.
HSL color Cylindrical-coordinate representation of color #93ABC3: hue angle of 210º 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 #93ABC3 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 171 | 195 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.24 |
| HSL | 210º | 0.29% | 0.67% | - |
| HSV(B) | 210º | 0.25% | 0.76% | - |
| XYZ | 36.45 | 39.27 | 57.29 | - |
| YUV | 166.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 195 | 0.25 | 0.12 | 0 | 0.24 | 210 | 0.29 | 0.67 |
| Hex | 93 | AB | C3 | 19 | C | 0 | 18 | D2 | 1D | 43 |
| Octal | 223 | 253 | 303 | 31 | 14 | 0 | 30 | 322 | 35 | 103 |
| Binary | 10010011 | 10101011 | 11000011 | 11001 | 1100 | 0 | 11000 | 11010010 | 11101 | 1000011 |
Color Harmonies of #93ABC3
Complementary color
Monochromatic Colors of #93ABC3
Black with #93ABC3
Text Example
Text Example
White with #93ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABC3; }
p { color: rgb(147,171,195); }
H1.HeaderClassName
{
color: #93ABC3;
}
.AnyTagClassName
{
color: #93ABC3;
}
</style>
background-color css
<style>
a { background-color: #93ABC3; }
a { background-color: rgb(147,171,195); }
div.DivClassName
{
background-color: #93ABC3;
}
.BgClassName
{
background-color: #93ABC3;
}
</style>
border-color css
<style>
span { border-color: #93ABC3; }
span { border-color: rgb(147,171,195); }
td.TdClassName
{
border-color: #93ABC3;
}
.TagClassName
{
border-color: #93ABC3;
}
</style>