Html Css Color HEX #90AABD Nepal

📋 copy color: '#90AABD'

red 144 ◦ green 170 ◦ blue 189

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

Shades of Nepal #90AABD

Tints of Nepal #90AABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.57%

R = 28.63%
G = 33.8%
B = 37.57%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#90AABD (or 0x90AABD) is known color: Nepal. HEX triplet: 90, AA and BD. RGB value is (144,170,189). Sum of RGB (Red+Green+Blue) = 144+170+189=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #90AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AABD is #6F5542. Grayscale: #A4A4A4. Windows color (decimal): -7296323 or 12429968. OLE color: 12429968.

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

Color convert

RGB 144 170 189 -
CMYK 0.24 0.10 0 0.26
HSL 205.33º 0.25% 0.65% -
HSV(B) 205.33º 0.24% 0.74% -
XYZ 35.06 38.35 53.7 -
YUV 164.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 144 170 189 0.24 0.10 0 0.26 205.33 0.25 0.65
Hex 90 AA BD 18 A 0 1A CD 19 41
Octal 220 252 275 30 12 0 32 315 31 101
Binary 10010000 10101010 10111101 11000 1010 0 11010 11001101 11001 1000001

Color Harmonies of #90AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AABD

Black with #90AABD

Text Example


Text Example

White with #90AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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