Shades of Nepal #92AAC2
Tints of Nepal #92AAC2
RGB
CMYK
RGB Variations
Color information
#92AAC2 (or 0x92AAC2) is known color: Nepal. HEX triplet: 92, AA and C2. RGB value is (146,170,194). Sum of RGB (Red+Green+Blue) = 146+170+194=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 194 - color contains mainly: blue. Hex color #92AAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAC2 is #6D553D. Grayscale: #A5A5A5. Windows color (decimal): -7165246 or 12757650. OLE color: 12757650.
HSL color Cylindrical-coordinate representation of color #92AAC2: hue angle of 210º degrees, saturation: 0.28, 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 #92AAC2 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 170 | 194 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.24 |
| HSL | 210º | 0.28% | 0.67% | - |
| HSV(B) | 210º | 0.25% | 0.76% | - |
| XYZ | 35.97 | 38.76 | 56.62 | - |
| YUV | 165.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 194 | 0.25 | 0.12 | 0 | 0.24 | 210 | 0.28 | 0.67 |
| Hex | 92 | AA | C2 | 19 | C | 0 | 18 | D2 | 1C | 43 |
| Octal | 222 | 252 | 302 | 31 | 14 | 0 | 30 | 322 | 34 | 103 |
| Binary | 10010010 | 10101010 | 11000010 | 11001 | 1100 | 0 | 11000 | 11010010 | 11100 | 1000011 |
Color Harmonies of #92AAC2
Complementary color
Monochromatic Colors of #92AAC2
Black with #92AAC2
Text Example
Text Example
White with #92AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAC2; }
p { color: rgb(146,170,194); }
H1.HeaderClassName
{
color: #92AAC2;
}
.AnyTagClassName
{
color: #92AAC2;
}
</style>
background-color css
<style>
a { background-color: #92AAC2; }
a { background-color: rgb(146,170,194); }
div.DivClassName
{
background-color: #92AAC2;
}
.BgClassName
{
background-color: #92AAC2;
}
</style>
border-color css
<style>
span { border-color: #92AAC2; }
span { border-color: rgb(146,170,194); }
td.TdClassName
{
border-color: #92AAC2;
}
.TagClassName
{
border-color: #92AAC2;
}
</style>