Html Css Color HEX #8DA5BB Nepal

📋 copy color: '#8DA5BB'

red 141 ◦ green 165 ◦ blue 187

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

Shades of Nepal #8DA5BB

Tints of Nepal #8DA5BB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.47%

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

R = 28.6%
G = 33.47%
B = 37.93%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8DA5BB (or 0x8DA5BB) is known color: Nepal. HEX triplet: 8D, A5 and BB. RGB value is (141,165,187). Sum of RGB (Red+Green+Blue) = 141+165+187=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DA5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA5BB is #725A44. Grayscale: #A0A0A0. Windows color (decimal): -7494213 or 12297613. OLE color: 12297613.

HSL color Cylindrical-coordinate representation of color #8DA5BB: hue angle of 208.7º 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 #8DA5BB is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 165 187 -
CMYK 0.25 0.12 0 0.27
HSL 208.7º 0.25% 0.64% -
HSV(B) 208.7º 0.25% 0.73% -
XYZ 33.41 36.16 52.23 -
YUV 160.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 141 165 187 0.25 0.12 0 0.27 208.7 0.25 0.64
Hex 8D A5 BB 19 C 0 1B D1 19 40
Octal 215 245 273 31 14 0 33 321 31 100
Binary 10001101 10100101 10111011 11001 1100 0 11011 11010001 11001 1000000

Color Harmonies of #8DA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA5BB

Black with #8DA5BB

Text Example


Text Example

White with #8DA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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