Html Css Color HEX #8DA5BC Nepal

📋 copy color: '#8DA5BC'

red 141 ◦ green 165 ◦ blue 188

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

Shades of Nepal #8DA5BC

Tints of Nepal #8DA5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.06%

R = 28.54%
G = 33.4%
B = 38.06%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8DA5BC (or 0x8DA5BC) is known color: Nepal. HEX triplet: 8D, A5 and BC. RGB value is (141,165,188). Sum of RGB (Red+Green+Blue) = 141+165+188=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DA5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA5BC is #725A43. Grayscale: #A0A0A0. Windows color (decimal): -7494212 or 12363149. OLE color: 12363149.

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

Color convert

RGB 141 165 188 -
CMYK 0.25 0.12 0 0.26
HSL 209.36º 0.26% 0.65% -
HSV(B) 209.36º 0.25% 0.74% -
XYZ 33.52 36.2 52.8 -
YUV 160.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 141 165 188 0.25 0.12 0 0.26 209.36 0.26 0.65
Hex 8D A5 BC 19 C 0 1A D1 1A 41
Octal 215 245 274 31 14 0 32 321 32 101
Binary 10001101 10100101 10111100 11001 1100 0 11010 11010001 11010 1000001

Color Harmonies of #8DA5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA5BC

Black with #8DA5BC

Text Example


Text Example

White with #8DA5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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