Html Css Color HEX #90A8BB Nepal

📋 copy color: '#90A8BB'

red 144 ◦ green 168 ◦ blue 187

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

Shades of Nepal #90A8BB

Tints of Nepal #90A8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.67%

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

R = 28.86%
G = 33.67%
B = 37.47%

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

#90A8BB (or 0x90A8BB) is known color: Nepal. HEX triplet: 90, A8 and BB. RGB value is (144,168,187). Sum of RGB (Red+Green+Blue) = 144+168+187=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #90A8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A8BB is #6F5744. Grayscale: #A2A2A2. Windows color (decimal): -7296837 or 12298384. OLE color: 12298384.

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

Color convert

RGB 144 168 187 -
CMYK 0.23 0.10 0 0.27
HSL 206.51º 0.24% 0.65% -
HSV(B) 206.51º 0.23% 0.73% -
XYZ 34.47 37.52 52.44 -
YUV 162.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 144 168 187 0.23 0.10 0 0.27 206.51 0.24 0.65
Hex 90 A8 BB 17 A 0 1B CF 18 41
Octal 220 250 273 27 12 0 33 317 30 101
Binary 10010000 10101000 10111011 10111 1010 0 11011 11001111 11000 1000001

Color Harmonies of #90A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A8BB

Black with #90A8BB

Text Example


Text Example

White with #90A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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