Html Css Color HEX #90ADC5 Nepal

📋 copy color: '#90ADC5'

red 144 ◦ green 173 ◦ blue 197

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

Shades of Nepal #90ADC5

Tints of Nepal #90ADC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.33%

R = 28.02%
G = 33.66%
B = 38.33%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#90ADC5 (or 0x90ADC5) is known color: Nepal. HEX triplet: 90, AD and C5. RGB value is (144,173,197). Sum of RGB (Red+Green+Blue) = 144+173+197=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 197 - color contains mainly: blue. Hex color #90ADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADC5 is #6F523A. Grayscale: #A6A6A6. Windows color (decimal): -7295547 or 12955024. OLE color: 12955024.

HSL color Cylindrical-coordinate representation of color #90ADC5: hue angle of 207.17º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90ADC5 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 144 173 197 -
CMYK 0.27 0.12 0 0.23
HSL 207.17º 0.31% 0.67% -
HSV(B) 207.17º 0.27% 0.77% -
XYZ 36.52 39.85 58.59 -
YUV 167.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 144 173 197 0.27 0.12 0 0.23 207.17 0.31 0.67
Hex 90 AD C5 1B C 0 17 CF 1F 43
Octal 220 255 305 33 14 0 27 317 37 103
Binary 10010000 10101101 11000101 11011 1100 0 10111 11001111 11111 1000011

Color Harmonies of #90ADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADC5

Black with #90ADC5

Text Example


Text Example

White with #90ADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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