#90AABB

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

Shades of Nepal #90AABB

Tints of Nepal #90AABB

Color information

#90AABB (or 0x90AABB) is unknown color: approx Nepal. HEX triplet: 90, AA and BB. RGB value is (144,170,187). Sum of RGB (Red+Green+Blue) = 144+170+187=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #90AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AABB is #6F5544. Grayscale: #A4A4A4. Windows color (decimal): -7296325 or 12298896. OLE color: 12298896.

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

Color convert

RGB144170187-
CMYK0.230.0900.27
HSL203.72º24.02%64.9%-
HSV(B)203.72º22.99%73.33%-
XYZ34.8538.2752.56-
YUV164.16140.89113.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.74%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=28.74%
G=33.93%
B=37.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441701870.230.0900.27203.7224.0264.9
Hex90AABB17901Bcc1841
Octal220252273271103331430101
Binary10010000101010101011101110111100101101111001100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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