Shades of Nepal #90AEC0
Tints of Nepal #90AEC0
RGB
CMYK
RGB Variations
Color information
#90AEC0 (or 0x90AEC0) is known color: Nepal. HEX triplet: 90, AE and C0. RGB value is (144,174,192). Sum of RGB (Red+Green+Blue) = 144+174+192=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #90AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEC0 is #6F513F. Grayscale: #A6A6A6. Windows color (decimal): -7295296 or 12627600. OLE color: 12627600.
HSL color Cylindrical-coordinate representation of color #90AEC0: hue angle of 202.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 #90AEC0 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 174 | 192 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.25 |
| HSL | 202.5º | 0.28% | 0.66% | - |
| HSV(B) | 202.5º | 0.25% | 0.75% | - |
| XYZ | 36.15 | 40.01 | 55.69 | - |
| YUV | 167.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 192 | 0.25 | 0.09 | 0 | 0.25 | 202.5 | 0.28 | 0.66 |
| Hex | 90 | AE | C0 | 19 | 9 | 0 | 19 | CA | 1C | 42 |
| Octal | 220 | 256 | 300 | 31 | 11 | 0 | 31 | 312 | 34 | 102 |
| Binary | 10010000 | 10101110 | 11000000 | 11001 | 1001 | 0 | 11001 | 11001010 | 11100 | 1000010 |
Color Harmonies of #90AEC0
Complementary color
Monochromatic Colors of #90AEC0
Black with #90AEC0
Text Example
Text Example
White with #90AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AEC0; }
p { color: rgb(144,174,192); }
H1.HeaderClassName
{
color: #90AEC0;
}
.AnyTagClassName
{
color: #90AEC0;
}
</style>
background-color css
<style>
a { background-color: #90AEC0; }
a { background-color: rgb(144,174,192); }
div.DivClassName
{
background-color: #90AEC0;
}
.BgClassName
{
background-color: #90AEC0;
}
</style>
border-color css
<style>
span { border-color: #90AEC0; }
span { border-color: rgb(144,174,192); }
td.TdClassName
{
border-color: #90AEC0;
}
.TagClassName
{
border-color: #90AEC0;
}
</style>