#90AEC4

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

Shades of Nepal #90AEC4

Tints of Nepal #90AEC4

Color information

#90AEC4 (or 0x90AEC4) is unknown color: approx Nepal. HEX triplet: 90, AE and C4. RGB value is (144,174,196). Sum of RGB (Red+Green+Blue) = 144+174+196=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #90AEC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEC4 is #6F513B. Grayscale: #A7A7A7. Windows color (decimal): -7295292 or 12889744. OLE color: 12889744.

HSL color Cylindrical-coordinate representation of color #90AEC4: hue angle of 205.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90AEC4 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB144174196-
CMYK0.270.1100.23
HSL205.38º30.59%66.67%-
HSV(B)205.38º26.53%76.86%-
XYZ36.640.1958.05-
YUV167.54144.06111.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.02%
GREEN value IS 174 (68.36% from 255) = 33.85%
BLUE value IS 196 (76.95% from 255) = 38.13%
R=28.02%
G=33.85%
B=38.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1441741960.270.1100.23205.3830.5966.67
Hex90AEC41BB017cd1f43
Octal220256304331302731537103
Binary10010000101011101100010011011101101011111001101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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