Html Css Color HEX #90AABC Nepal

📋 copy color: '#90AABC'

red 144 ◦ green 170 ◦ blue 188

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

Shades of Nepal #90AABC

Tints of Nepal #90AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 28.69%
G = 33.86%
B = 37.45%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#90AABC (or 0x90AABC) is known color: Nepal. HEX triplet: 90, AA and BC. RGB value is (144,170,188). Sum of RGB (Red+Green+Blue) = 144+170+188=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #90AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AABC is #6F5543. Grayscale: #A4A4A4. Windows color (decimal): -7296324 or 12364432. OLE color: 12364432.

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

Color convert

RGB 144 170 188 -
CMYK 0.23 0.10 0 0.26
HSL 204.55º 0.25% 0.65% -
HSV(B) 204.55º 0.23% 0.74% -
XYZ 34.95 38.31 53.13 -
YUV 164.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 144 170 188 0.23 0.10 0 0.26 204.55 0.25 0.65
Hex 90 AA BC 17 A 0 1A CD 19 41
Octal 220 252 274 27 12 0 32 315 31 101
Binary 10010000 10101010 10111100 10111 1010 0 11010 11001101 11001 1000001

Color Harmonies of #90AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AABC

Black with #90AABC

Text Example


Text Example

White with #90AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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