#90AEC1

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

Shades of Nepal #90AEC1

Tints of Nepal #90AEC1

Color information

#90AEC1 (or 0x90AEC1) is unknown color: approx Nepal. HEX triplet: 90, AE and C1. RGB value is (144,174,193). Sum of RGB (Red+Green+Blue) = 144+174+193=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #90AEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEC1 is #6F513E. Grayscale: #A7A7A7. Windows color (decimal): -7295295 or 12693136. OLE color: 12693136.

HSL color Cylindrical-coordinate representation of color #90AEC1: hue angle of 203.27º 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 #90AEC1 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144174193-
CMYK0.250.1000.24
HSL203.27º28.32%66.08%-
HSV(B)203.27º25.39%75.69%-
XYZ36.2640.0556.27-
YUV167.2142.56111.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.18%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=28.18%
G=34.05%
B=37.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441741930.250.1000.24203.2728.3266.08
Hex90AEC119A018cb1c42
Octal220256301311203031334102
Binary10010000101011101100000111001101001100011001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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