#90AAC1

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

Shades of Nepal #90AAC1

Tints of Nepal #90AAC1

Color information

#90AAC1 (or 0x90AAC1) is unknown color: approx Nepal. HEX triplet: 90, AA and C1. RGB value is (144,170,193). Sum of RGB (Red+Green+Blue) = 144+170+193=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #90AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AAC1 is #6F553E. Grayscale: #A4A4A4. Windows color (decimal): -7296319 or 12692112. OLE color: 12692112.

HSL color Cylindrical-coordinate representation of color #90AAC1: hue angle of 208.16º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90AAC1 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144170193-
CMYK0.250.1200.24
HSL208.16º28.32%66.08%-
HSV(B)208.16º25.39%75.69%-
XYZ35.538.5356.02-
YUV164.85143.89113.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.40%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=28.40%
G=33.53%
B=38.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441701930.250.1200.24208.1628.3266.08
Hex90AAC119C018d01c42
Octal220252301311403032034102
Binary10010000101010101100000111001110001100011010000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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