#90ABC3

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

Shades of Nepal #90ABC3

Tints of Nepal #90ABC3

Color information

#90ABC3 (or 0x90ABC3) is unknown color: approx Nepal. HEX triplet: 90, AB and C3. RGB value is (144,171,195). Sum of RGB (Red+Green+Blue) = 144+171+195=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #90ABC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABC3 is #6F543C. Grayscale: #A5A5A5. Windows color (decimal): -7296061 or 12823440. OLE color: 12823440.

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

Color convert

RGB144171195-
CMYK0.260.1200.24
HSL208.24º29.82%66.47%-
HSV(B)208.24º26.15%76.47%-
XYZ35.913957.26-
YUV165.66144.55112.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.24%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=28.24%
G=33.53%
B=38.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441711950.260.1200.24208.2429.8266.47
Hex90ABC31AC018d01e42
Octal220253303321403032036102
Binary10010000101010111100001111010110001100011010000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ABC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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