Html Css Color HEX #90ADC1 Nepal

📋 copy color: '#90ADC1'

red 144 ◦ green 173 ◦ blue 193

#90ADC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #90ADC1

Tints of Nepal #90ADC1

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 value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#90ADC1 (or 0x90ADC1) is known color: 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

RGB 144 173 193 -
CMYK 0.25 0.10 0 0.24
HSL 204.49º 0.28% 0.66% -
HSV(B) 204.49º 0.25% 0.76% -
XYZ 36.07 39.67 56.21 -
YUV 166.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 144 173 193 0.25 0.10 0 0.24 204.49 0.28 0.66
Hex 90 AD C1 19 A 0 18 CC 1C 42
Octal 220 255 301 31 12 0 30 314 34 102
Binary 10010000 10101101 11000001 11001 1010 0 11000 11001100 11100 1000010

Color Harmonies of #90ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADC1

Black with #90ADC1

Text Example


Text Example

White with #90ADC1

Text Example


Text Example

HTML Codes & Css Web 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>