Html Css Color HEX #8DA9BE Nepal

📋 copy color: '#8DA9BE'

red 141 ◦ green 169 ◦ blue 190

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

Shades of Nepal #8DA9BE

Tints of Nepal #8DA9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38%

R = 28.2%
G = 33.8%
B = 38%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8DA9BE (or 0x8DA9BE) is known color: Nepal. HEX triplet: 8D, A9 and BE. RGB value is (141,169,190). Sum of RGB (Red+Green+Blue) = 141+169+190=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DA9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9BE is #725641. Grayscale: #A2A2A2. Windows color (decimal): -7493186 or 12495245. OLE color: 12495245.

HSL color Cylindrical-coordinate representation of color #8DA9BE: hue angle of 205.71º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DA9BE is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 169 190 -
CMYK 0.26 0.11 0 0.25
HSL 205.71º 0.27% 0.65% -
HSV(B) 205.71º 0.26% 0.75% -
XYZ 34.47 37.76 54.19 -
YUV 163.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 141 169 190 0.26 0.11 0 0.25 205.71 0.27 0.65
Hex 8D A9 BE 1A B 0 19 CE 1B 41
Octal 215 251 276 32 13 0 31 316 33 101
Binary 10001101 10101001 10111110 11010 1011 0 11001 11001110 11011 1000001

Color Harmonies of #8DA9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA9BE

Black with #8DA9BE

Text Example


Text Example

White with #8DA9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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