Html Css Color HEX #8DA9BB Nepal

📋 copy color: '#8DA9BB'

red 141 ◦ green 169 ◦ blue 187

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

Shades of Nepal #8DA9BB

Tints of Nepal #8DA9BB

RGB

 RED value IS 141 (55.47% from 255) = 28.37%

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

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

R = 28.37%
G = 34%
B = 37.63%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8DA9BB (or 0x8DA9BB) is known color: Nepal. HEX triplet: 8D, A9 and BB. RGB value is (141,169,187). Sum of RGB (Red+Green+Blue) = 141+169+187=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DA9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9BB is #725644. Grayscale: #A2A2A2. Windows color (decimal): -7493189 or 12298637. OLE color: 12298637.

HSL color Cylindrical-coordinate representation of color #8DA9BB: hue angle of 203.48º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DA9BB is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 169 187 -
CMYK 0.25 0.10 0 0.27
HSL 203.48º 0.25% 0.64% -
HSV(B) 203.48º 0.25% 0.73% -
XYZ 34.14 37.63 52.48 -
YUV 162.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 141 169 187 0.25 0.10 0 0.27 203.48 0.25 0.64
Hex 8D A9 BB 19 A 0 1B CB 19 40
Octal 215 251 273 31 12 0 33 313 31 100
Binary 10001101 10101001 10111011 11001 1010 0 11011 11001011 11001 1000000

Color Harmonies of #8DA9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA9BB

Black with #8DA9BB

Text Example


Text Example

White with #8DA9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DA9BB; }

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

 H1.HeaderClassName
 {
   color: #8DA9BB;
 }
 .AnyTagClassName
 {
   color: #8DA9BB;
 }
</style>

background-color css

<style>
 a { background-color: #8DA9BB; }

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

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

border-color css

<style>
 span { border-color: #8DA9BB; }

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

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