Html Css Color HEX #90ADC0 Nepal

📋 copy color: '#90ADC0'

red 144 ◦ green 173 ◦ blue 192

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

Shades of Nepal #90ADC0

Tints of Nepal #90ADC0

RGB

 RED value IS 144 (56.64% from 255) = 28.29%

 GREEN value IS 173 (67.97% from 255) = 33.99%

 BLUE value IS 192 (75.39% from 255) = 37.72%

R = 28.29%
G = 33.99%
B = 37.72%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90ADC0 (or 0x90ADC0) is known color: Nepal. HEX triplet: 90, AD and C0. RGB value is (144,173,192). Sum of RGB (Red+Green+Blue) = 144+173+192=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #90ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADC0 is #6F523F. Grayscale: #A6A6A6. Windows color (decimal): -7295552 or 12627344. OLE color: 12627344.

HSL color Cylindrical-coordinate representation of color #90ADC0: hue angle of 203.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90ADC0 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 173 192 -
CMYK 0.25 0.10 0 0.25
HSL 203.75º 0.28% 0.66% -
HSV(B) 203.75º 0.25% 0.75% -
XYZ 35.96 39.62 55.62 -
YUV 166.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 144 173 192 0.25 0.10 0 0.25 203.75 0.28 0.66
Hex 90 AD C0 19 A 0 19 CC 1C 42
Octal 220 255 300 31 12 0 31 314 34 102
Binary 10010000 10101101 11000000 11001 1010 0 11001 11001100 11100 1000010

Color Harmonies of #90ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADC0

Black with #90ADC0

Text Example


Text Example

White with #90ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90ADC0;
 }
 .AnyTagClassName
 {
   color: #90ADC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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