Html Css Color HEX #90A9BA Nepal

📋 copy color: '#90A9BA'

red 144 ◦ green 169 ◦ blue 186

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

Shades of Nepal #90A9BA

Tints of Nepal #90A9BA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.87%

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

R = 28.86%
G = 33.87%
B = 37.27%

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

#90A9BA (or 0x90A9BA) is known color: Nepal. HEX triplet: 90, A9 and BA. RGB value is (144,169,186). Sum of RGB (Red+Green+Blue) = 144+169+186=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #90A9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A9BA is #6F5645. Grayscale: #A3A3A3. Windows color (decimal): -7296582 or 12233104. OLE color: 12233104.

HSL color Cylindrical-coordinate representation of color #90A9BA: hue angle of 204.29º 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 #90A9BA is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 169 186 -
CMYK 0.23 0.09 0 0.27
HSL 204.29º 0.23% 0.65% -
HSV(B) 204.29º 0.23% 0.73% -
XYZ 34.55 37.85 51.94 -
YUV 163.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 144 169 186 0.23 0.09 0 0.27 204.29 0.23 0.65
Hex 90 A9 BA 17 9 0 1B CC 17 41
Octal 220 251 272 27 11 0 33 314 27 101
Binary 10010000 10101001 10111010 10111 1001 0 11011 11001100 10111 1000001

Color Harmonies of #90A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A9BA

Black with #90A9BA

Text Example


Text Example

White with #90A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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