Shades of Nepal #93AAC2
Tints of Nepal #93AAC2
RGB
CMYK
RGB Variations
Color information
#93AAC2 (or 0x93AAC2) is known color: Nepal. HEX triplet: 93, AA and C2. RGB value is (147,170,194). Sum of RGB (Red+Green+Blue) = 147+170+194=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 194 - color contains mainly: blue. Hex color #93AAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AAC2 is #6C553D. Grayscale: #A5A5A5. Windows color (decimal): -7099710 or 12757651. OLE color: 12757651.
HSL color Cylindrical-coordinate representation of color #93AAC2: hue angle of 210.64º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93AAC2 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 170 | 194 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.24 |
| HSL | 210.64º | 0.28% | 0.67% | - |
| HSV(B) | 210.64º | 0.24% | 0.76% | - |
| XYZ | 36.14 | 38.85 | 56.63 | - |
| YUV | 165.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 194 | 0.24 | 0.12 | 0 | 0.24 | 210.64 | 0.28 | 0.67 |
| Hex | 93 | AA | C2 | 18 | C | 0 | 18 | D3 | 1C | 43 |
| Octal | 223 | 252 | 302 | 30 | 14 | 0 | 30 | 323 | 34 | 103 |
| Binary | 10010011 | 10101010 | 11000010 | 11000 | 1100 | 0 | 11000 | 11010011 | 11100 | 1000011 |
Color Harmonies of #93AAC2
Complementary color
Monochromatic Colors of #93AAC2
Black with #93AAC2
Text Example
Text Example
White with #93AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AAC2; }
p { color: rgb(147,170,194); }
H1.HeaderClassName
{
color: #93AAC2;
}
.AnyTagClassName
{
color: #93AAC2;
}
</style>
background-color css
<style>
a { background-color: #93AAC2; }
a { background-color: rgb(147,170,194); }
div.DivClassName
{
background-color: #93AAC2;
}
.BgClassName
{
background-color: #93AAC2;
}
</style>
border-color css
<style>
span { border-color: #93AAC2; }
span { border-color: rgb(147,170,194); }
td.TdClassName
{
border-color: #93AAC2;
}
.TagClassName
{
border-color: #93AAC2;
}
</style>