Shades of Nepal #90AAC0
Tints of Nepal #90AAC0
RGB
CMYK
RGB Variations
Color information
#90AAC0 (or 0x90AAC0) is known color: Nepal. HEX triplet: 90, AA and C0. RGB value is (144,170,192). Sum of RGB (Red+Green+Blue) = 144+170+192=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 192 - color contains mainly: blue. Hex color #90AAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AAC0 is #6F553F. Grayscale: #A4A4A4. Windows color (decimal): -7296320 or 12626576. OLE color: 12626576.
HSL color Cylindrical-coordinate representation of color #90AAC0: hue angle of 207.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90AAC0 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 170 | 192 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.25 |
| HSL | 207.5º | 0.28% | 0.66% | - |
| HSV(B) | 207.5º | 0.25% | 0.75% | - |
| XYZ | 35.39 | 38.48 | 55.43 | - |
| YUV | 164.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 192 | 0.25 | 0.11 | 0 | 0.25 | 207.5 | 0.28 | 0.66 |
| Hex | 90 | AA | C0 | 19 | B | 0 | 19 | D0 | 1C | 42 |
| Octal | 220 | 252 | 300 | 31 | 13 | 0 | 31 | 320 | 34 | 102 |
| Binary | 10010000 | 10101010 | 11000000 | 11001 | 1011 | 0 | 11001 | 11010000 | 11100 | 1000010 |
Color Harmonies of #90AAC0
Complementary color
Monochromatic Colors of #90AAC0
Black with #90AAC0
Text Example
Text Example
White with #90AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AAC0; }
p { color: rgb(144,170,192); }
H1.HeaderClassName
{
color: #90AAC0;
}
.AnyTagClassName
{
color: #90AAC0;
}
</style>
background-color css
<style>
a { background-color: #90AAC0; }
a { background-color: rgb(144,170,192); }
div.DivClassName
{
background-color: #90AAC0;
}
.BgClassName
{
background-color: #90AAC0;
}
</style>
border-color css
<style>
span { border-color: #90AAC0; }
span { border-color: rgb(144,170,192); }
td.TdClassName
{
border-color: #90AAC0;
}
.TagClassName
{
border-color: #90AAC0;
}
</style>