#90ADC1

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

Shades of Nepal #90ADC1

Tints of Nepal #90ADC1

Color information

#90ADC1 (or 0x90ADC1) is unknown color: approx Nepal. HEX triplet: 90, AD and C1. RGB value is (144,173,193). Sum of RGB (Red+Green+Blue) = 144+173+193=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #90ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADC1 is #6F523E. Grayscale: #A6A6A6. Windows color (decimal): -7295551 or 12692880. OLE color: 12692880.

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

Color convert

RGB144173193-
CMYK0.250.1000.24
HSL204.49º28.32%66.08%-
HSV(B)204.49º25.39%75.69%-
XYZ36.0739.6756.21-
YUV166.61142.89111.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.24%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=28.24%
G=33.92%
B=37.84%

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
Decimal1441731930.250.1000.24204.4928.3266.08
Hex90ADC119A018cc1c42
Octal220255301311203031434102
Binary10010000101011011100000111001101001100011001100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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