Shades of Nepal #90B1C3
Tints of Nepal #90B1C3
RGB
CMYK
RGB Variations
Color information
#90B1C3 (or 0x90B1C3) is known color: Nepal. HEX triplet: 90, B1 and C3. RGB value is (144,177,195). Sum of RGB (Red+Green+Blue) = 144+177+195=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 195 - color contains mainly: blue. Hex color #90B1C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B1C3 is #6F4E3C. Grayscale: #A9A9A9. Windows color (decimal): -7294525 or 12824976. OLE color: 12824976.
HSL color Cylindrical-coordinate representation of color #90B1C3: hue angle of 201.18º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90B1C3 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 177 | 195 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.24 |
| HSL | 201.18º | 0.3% | 0.66% | - |
| HSV(B) | 201.18º | 0.26% | 0.76% | - |
| XYZ | 37.07 | 41.31 | 57.65 | - |
| YUV | 169.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 195 | 0.26 | 0.09 | 0 | 0.24 | 201.18 | 0.3 | 0.66 |
| Hex | 90 | B1 | C3 | 1A | 9 | 0 | 18 | C9 | 1E | 42 |
| Octal | 220 | 261 | 303 | 32 | 11 | 0 | 30 | 311 | 36 | 102 |
| Binary | 10010000 | 10110001 | 11000011 | 11010 | 1001 | 0 | 11000 | 11001001 | 11110 | 1000010 |
Color Harmonies of #90B1C3
Complementary color
Monochromatic Colors of #90B1C3
Black with #90B1C3
Text Example
Text Example
White with #90B1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B1C3; }
p { color: rgb(144,177,195); }
H1.HeaderClassName
{
color: #90B1C3;
}
.AnyTagClassName
{
color: #90B1C3;
}
</style>
background-color css
<style>
a { background-color: #90B1C3; }
a { background-color: rgb(144,177,195); }
div.DivClassName
{
background-color: #90B1C3;
}
.BgClassName
{
background-color: #90B1C3;
}
</style>
border-color css
<style>
span { border-color: #90B1C3; }
span { border-color: rgb(144,177,195); }
td.TdClassName
{
border-color: #90B1C3;
}
.TagClassName
{
border-color: #90B1C3;
}
</style>