Shades of Nepal #90ACC1
Tints of Nepal #90ACC1
RGB
CMYK
RGB Variations
Color information
#90ACC1 (or 0x90ACC1) is known color: Nepal. HEX triplet: 90, AC and C1. RGB value is (144,172,193). Sum of RGB (Red+Green+Blue) = 144+172+193=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #90ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACC1 is #6F533E. Grayscale: #A5A5A5. Windows color (decimal): -7295807 or 12692624. OLE color: 12692624.
HSL color Cylindrical-coordinate representation of color #90ACC1: hue angle of 205.71º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90ACC1 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 172 | 193 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.24 |
| HSL | 205.71º | 0.28% | 0.66% | - |
| HSV(B) | 205.71º | 0.25% | 0.76% | - |
| XYZ | 35.88 | 39.28 | 56.14 | - |
| YUV | 166.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 193 | 0.25 | 0.11 | 0 | 0.24 | 205.71 | 0.28 | 0.66 |
| Hex | 90 | AC | C1 | 19 | B | 0 | 18 | CE | 1C | 42 |
| Octal | 220 | 254 | 301 | 31 | 13 | 0 | 30 | 316 | 34 | 102 |
| Binary | 10010000 | 10101100 | 11000001 | 11001 | 1011 | 0 | 11000 | 11001110 | 11100 | 1000010 |
Color Harmonies of #90ACC1
Complementary color
Monochromatic Colors of #90ACC1
Black with #90ACC1
Text Example
Text Example
White with #90ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ACC1; }
p { color: rgb(144,172,193); }
H1.HeaderClassName
{
color: #90ACC1;
}
.AnyTagClassName
{
color: #90ACC1;
}
</style>
background-color css
<style>
a { background-color: #90ACC1; }
a { background-color: rgb(144,172,193); }
div.DivClassName
{
background-color: #90ACC1;
}
.BgClassName
{
background-color: #90ACC1;
}
</style>
border-color css
<style>
span { border-color: #90ACC1; }
span { border-color: rgb(144,172,193); }
td.TdClassName
{
border-color: #90ACC1;
}
.TagClassName
{
border-color: #90ACC1;
}
</style>