Html Css Color HEX #90AABA Nepal

📋 copy color: '#90AABA'

red 144 ◦ green 170 ◦ blue 186

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

Shades of Nepal #90AABA

Tints of Nepal #90AABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 28.8%
G = 34%
B = 37.2%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#90AABA (or 0x90AABA) is known color: Nepal. HEX triplet: 90, AA and BA. RGB value is (144,170,186). Sum of RGB (Red+Green+Blue) = 144+170+186=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #90AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AABA is #6F5545. Grayscale: #A3A3A3. Windows color (decimal): -7296326 or 12233360. OLE color: 12233360.

HSL color Cylindrical-coordinate representation of color #90AABA: hue angle of 202.86º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90AABA is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 170 186 -
CMYK 0.23 0.09 0 0.27
HSL 202.86º 0.23% 0.65% -
HSV(B) 202.86º 0.23% 0.73% -
XYZ 34.74 38.22 52 -
YUV 164.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 144 170 186 0.23 0.09 0 0.27 202.86 0.23 0.65
Hex 90 AA BA 17 9 0 1B CB 17 41
Octal 220 252 272 27 11 0 33 313 27 101
Binary 10010000 10101010 10111010 10111 1001 0 11011 11001011 10111 1000001

Color Harmonies of #90AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AABA

Black with #90AABA

Text Example


Text Example

White with #90AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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