#90AEC3

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

Shades of Nepal #90AEC3

Tints of Nepal #90AEC3

Color information

#90AEC3 (or 0x90AEC3) is unknown color: approx Nepal. HEX triplet: 90, AE and C3. RGB value is (144,174,195). Sum of RGB (Red+Green+Blue) = 144+174+195=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 195 - color contains mainly: blue. Hex color #90AEC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEC3 is #6F513C. Grayscale: #A7A7A7. Windows color (decimal): -7295293 or 12824208. OLE color: 12824208.

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

Color convert

RGB144174195-
CMYK0.260.1100.24
HSL204.71º29.82%66.47%-
HSV(B)204.71º26.15%76.47%-
XYZ36.4940.1457.45-
YUV167.42143.56111.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.07%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 195 (76.56% from 255) = 38.01%
R=28.07%
G=33.92%
B=38.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441741950.260.1100.24204.7129.8266.47
Hex90AEC31AB018cd1e42
Octal220256303321303031536102
Binary10010000101011101100001111010101101100011001101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,174,195); }

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

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

 a { background-color: rgb(144,174,195); }

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

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

 span { border-color: rgb(144,174,195); }

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