Html Css Color HEX #90A9BB Nepal

📋 copy color: '#90A9BB'

red 144 ◦ green 169 ◦ blue 187

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

Shades of Nepal #90A9BB

Tints of Nepal #90A9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 28.8%
G = 33.8%
B = 37.4%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#90A9BB (or 0x90A9BB) is known color: Nepal. HEX triplet: 90, A9 and BB. RGB value is (144,169,187). Sum of RGB (Red+Green+Blue) = 144+169+187=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #90A9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A9BB is #6F5644. Grayscale: #A3A3A3. Windows color (decimal): -7296581 or 12298640. OLE color: 12298640.

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

Color convert

RGB 144 169 187 -
CMYK 0.23 0.10 0 0.27
HSL 205.12º 0.24% 0.65% -
HSV(B) 205.12º 0.23% 0.73% -
XYZ 34.66 37.89 52.5 -
YUV 163.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 144 169 187 0.23 0.10 0 0.27 205.12 0.24 0.65
Hex 90 A9 BB 17 A 0 1B CD 18 41
Octal 220 251 273 27 12 0 33 315 30 101
Binary 10010000 10101001 10111011 10111 1010 0 11011 11001101 11000 1000001

Color Harmonies of #90A9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A9BB

Black with #90A9BB

Text Example


Text Example

White with #90A9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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