Shades of Nepal #90AABF
Tints of Nepal #90AABF
RGB
CMYK
RGB Variations
Color information
#90AABF (or 0x90AABF) is known color: Nepal. HEX triplet: 90, AA and BF. RGB value is (144,170,191). Sum of RGB (Red+Green+Blue) = 144+170+191=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #90AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AABF is #6F5540. Grayscale: #A4A4A4. Windows color (decimal): -7296321 or 12561040. OLE color: 12561040.
HSL color Cylindrical-coordinate representation of color #90AABF: hue angle of 206.81º degrees, saturation: 0.27, 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 #90AABF is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 170 | 191 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.25 |
| HSL | 206.81º | 0.27% | 0.66% | - |
| HSV(B) | 206.81º | 0.25% | 0.75% | - |
| XYZ | 35.28 | 38.44 | 54.85 | - |
| YUV | 164.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 191 | 0.25 | 0.11 | 0 | 0.25 | 206.81 | 0.27 | 0.66 |
| Hex | 90 | AA | BF | 19 | B | 0 | 19 | CF | 1B | 42 |
| Octal | 220 | 252 | 277 | 31 | 13 | 0 | 31 | 317 | 33 | 102 |
| Binary | 10010000 | 10101010 | 10111111 | 11001 | 1011 | 0 | 11001 | 11001111 | 11011 | 1000010 |
Color Harmonies of #90AABF
Complementary color
Monochromatic Colors of #90AABF
Black with #90AABF
Text Example
Text Example
White with #90AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AABF; }
p { color: rgb(144,170,191); }
H1.HeaderClassName
{
color: #90AABF;
}
.AnyTagClassName
{
color: #90AABF;
}
</style>
background-color css
<style>
a { background-color: #90AABF; }
a { background-color: rgb(144,170,191); }
div.DivClassName
{
background-color: #90AABF;
}
.BgClassName
{
background-color: #90AABF;
}
</style>
border-color css
<style>
span { border-color: #90AABF; }
span { border-color: rgb(144,170,191); }
td.TdClassName
{
border-color: #90AABF;
}
.TagClassName
{
border-color: #90AABF;
}
</style>