#90A6BB

Color #90A6BB Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #90A6BB

Tints of Nepal #90A6BB

Color information

#90A6BB (or 0x90A6BB) is unknown color: approx Nepal. HEX triplet: 90, A6 and BB. RGB value is (144,166,187). Sum of RGB (Red+Green+Blue) = 144+166+187=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #90A6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A6BB is #6F5944. Grayscale: #A1A1A1. Windows color (decimal): -7297349 or 12297872. OLE color: 12297872.

HSL color Cylindrical-coordinate representation of color #90A6BB: hue angle of 209.3º 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 #90A6BB is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144166187-
CMYK0.230.1100.27
HSL209.3º24.02%64.9%-
HSV(B)209.3º22.99%73.33%-
XYZ34.1136.7952.32-
YUV161.82142.21115.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 28.97%
GREEN value IS 166 (65.23% from 255) = 33.40%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=28.97%
G=33.40%
B=37.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441661870.230.1100.27209.324.0264.9
Hex90A6BB17B01Bd11841
Octal220246273271303332130101
Binary10010000101001101011101110111101101101111010001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A6BB; }

 p { color: rgb(144,166,187); }

 H1.HeaderClassName
 {
   color: #90A6BB;
 }
 .AnyTagClassName
 {
   color: #90A6BB;
 }
</style>
background-color css

<style>
 a { background-color: #90A6BB; }

 a { background-color: rgb(144,166,187); }

 div.DivClassName
 {
   background-color: #90A6BB;
 }
 .BgClassName
 {
   background-color: #90A6BB;
 }
</style>
border-color css

<style>
 span { border-color: #90A6BB; }

 span { border-color: rgb(144,166,187); }

 td.TdClassName
 {
   border-color: #90A6BB;
 }
 .TagClassName
 {
   border-color: #90A6BB;
 }
</style>