#90ACC1

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

Shades of Nepal #90ACC1

Tints of Nepal #90ACC1

Color information

#90ACC1 (or 0x90ACC1) is unknown color: approx Nepal. HEX triplet: 90, AC and C1. RGB value is (144,172,193). Sum of RGB (Red+Green+Blue) = 144+172+193=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #90ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACC1 is #6F533E. Grayscale: #A5A5A5. Windows color (decimal): -7295807 or 12692624. OLE color: 12692624.

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

Color convert

RGB144172193-
CMYK0.250.1100.24
HSL205.71º28.32%66.08%-
HSV(B)205.71º25.39%75.69%-
XYZ35.8839.2856.14-
YUV166.02143.22112.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.29%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=28.29%
G=33.79%
B=37.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441721930.250.1100.24205.7128.3266.08
Hex90ACC119B018ce1c42
Octal220254301311303031634102
Binary10010000101011001100000111001101101100011001110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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