#90AABA

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

Shades of Nepal #90AABA

Tints of Nepal #90AABA

Color information

#90AABA (or 0x90AABA) is unknown color: approx Nepal. HEX triplet: 90, AA and BA. RGB value is (144,170,186). Sum of RGB (Red+Green+Blue) = 144+170+186=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #90AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AABA is #6F5545. Grayscale: #A3A3A3. Windows color (decimal): -7296326 or 12233360. OLE color: 12233360.

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

Color convert

RGB144170186-
CMYK0.230.0900.27
HSL202.86º23.33%64.71%-
HSV(B)202.86º22.58%72.94%-
XYZ34.7438.2252-
YUV164.05140.39113.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.8%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=28.8%
G=34%
B=37.2%

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
Decimal1441701860.230.0900.27202.8623.3364.71
Hex90AABA17901Bcb1741
Octal220252272271103331327101
Binary10010000101010101011101010111100101101111001011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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