Shades of Nepal #90ABBB
Tints of Nepal #90ABBB
RGB
CMYK
RGB Variations
Color information
#90ABBB (or 0x90ABBB) is known color: Nepal. HEX triplet: 90, AB and BB. RGB value is (144,171,187). Sum of RGB (Red+Green+Blue) = 144+171+187=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #90ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABBB is #6F5444. Grayscale: #A4A4A4. Windows color (decimal): -7296069 or 12299152. OLE color: 12299152.
HSL color Cylindrical-coordinate representation of color #90ABBB: hue angle of 202.33º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90ABBB is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 171 | 187 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.27 |
| HSL | 202.33º | 0.24% | 0.65% | - |
| HSV(B) | 202.33º | 0.23% | 0.73% | - |
| XYZ | 35.03 | 38.64 | 52.63 | - |
| YUV | 164.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 187 | 0.23 | 0.09 | 0 | 0.27 | 202.33 | 0.24 | 0.65 |
| Hex | 90 | AB | BB | 17 | 9 | 0 | 1B | CA | 18 | 41 |
| Octal | 220 | 253 | 273 | 27 | 11 | 0 | 33 | 312 | 30 | 101 |
| Binary | 10010000 | 10101011 | 10111011 | 10111 | 1001 | 0 | 11011 | 11001010 | 11000 | 1000001 |
Color Harmonies of #90ABBB
Complementary color
Monochromatic Colors of #90ABBB
Black with #90ABBB
Text Example
Text Example
White with #90ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABBB; }
p { color: rgb(144,171,187); }
H1.HeaderClassName
{
color: #90ABBB;
}
.AnyTagClassName
{
color: #90ABBB;
}
</style>
background-color css
<style>
a { background-color: #90ABBB; }
a { background-color: rgb(144,171,187); }
div.DivClassName
{
background-color: #90ABBB;
}
.BgClassName
{
background-color: #90ABBB;
}
</style>
border-color css
<style>
span { border-color: #90ABBB; }
span { border-color: rgb(144,171,187); }
td.TdClassName
{
border-color: #90ABBB;
}
.TagClassName
{
border-color: #90ABBB;
}
</style>