Html Css Color HEX #90AABE Nepal

📋 copy color: '#90AABE'

red 144 ◦ green 170 ◦ blue 190

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

Shades of Nepal #90AABE

Tints of Nepal #90AABE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.73%

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 28.57%
G = 33.73%
B = 37.7%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90AABE (or 0x90AABE) is known color: Nepal. HEX triplet: 90, AA and BE. RGB value is (144,170,190). Sum of RGB (Red+Green+Blue) = 144+170+190=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #90AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AABE is #6F5541. Grayscale: #A4A4A4. Windows color (decimal): -7296322 or 12495504. OLE color: 12495504.

HSL color Cylindrical-coordinate representation of color #90AABE: hue angle of 206.09º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90AABE is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 170 190 -
CMYK 0.24 0.11 0 0.25
HSL 206.09º 0.26% 0.65% -
HSV(B) 206.09º 0.24% 0.75% -
XYZ 35.17 38.4 54.27 -
YUV 164.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 144 170 190 0.24 0.11 0 0.25 206.09 0.26 0.65
Hex 90 AA BE 18 B 0 19 CE 1A 41
Octal 220 252 276 30 13 0 31 316 32 101
Binary 10010000 10101010 10111110 11000 1011 0 11001 11001110 11010 1000001

Color Harmonies of #90AABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AABE

Black with #90AABE

Text Example


Text Example

White with #90AABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,170,190); }

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

background-color css

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

 a { background-color: rgb(144,170,190); }

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

border-color css

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

 span { border-color: rgb(144,170,190); }

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