#90AABF

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

Shades of Nepal #90AABF

Tints of Nepal #90AABF

Color information

#90AABF (or 0x90AABF) is unknown color: approx Nepal. HEX triplet: 90, AA and BF. RGB value is (144,170,191). Sum of RGB (Red+Green+Blue) = 144+170+191=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #90AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AABF is #6F5540. Grayscale: #A4A4A4. Windows color (decimal): -7296321 or 12561040. OLE color: 12561040.

HSL color Cylindrical-coordinate representation of color #90AABF: hue angle of 206.81º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90AABF is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144170191-
CMYK0.250.1100.25
HSL206.81º26.86%65.69%-
HSV(B)206.81º24.61%74.9%-
XYZ35.2838.4454.85-
YUV164.62142.89113.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.51%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 191 (75% from 255) = 37.82%
R=28.51%
G=33.66%
B=37.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441701910.250.1100.25206.8126.8665.69
Hex90AABF19B019cf1b42
Octal220252277311303131733102
Binary10010000101010101011111111001101101100111001111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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