Html Css Color HEX #8CA9BA Nepal

📋 copy color: '#8CA9BA'

red 140 ◦ green 169 ◦ blue 186

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

Shades of Nepal #8CA9BA

Tints of Nepal #8CA9BA

RGB

 RED value IS 140 (55.08% from 255) = 28.28%

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

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 28.28%
G = 34.14%
B = 37.58%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8CA9BA (or 0x8CA9BA) is known color: Nepal. HEX triplet: 8C, A9 and BA. RGB value is (140,169,186). Sum of RGB (Red+Green+Blue) = 140+169+186=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #8CA9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA9BA is #735645. Grayscale: #A2A2A2. Windows color (decimal): -7558726 or 12233100. OLE color: 12233100.

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

Color convert

RGB 140 169 186 -
CMYK 0.25 0.09 0 0.27
HSL 202.17º 0.25% 0.64% -
HSV(B) 202.17º 0.25% 0.73% -
XYZ 33.87 37.5 51.91 -
YUV 162.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 140 169 186 0.25 0.09 0 0.27 202.17 0.25 0.64
Hex 8C A9 BA 19 9 0 1B CA 19 40
Octal 214 251 272 31 11 0 33 312 31 100
Binary 10001100 10101001 10111010 11001 1001 0 11011 11001010 11001 1000000

Color Harmonies of #8CA9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA9BA

Black with #8CA9BA

Text Example


Text Example

White with #8CA9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,169,186); }

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

background-color css

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

 a { background-color: rgb(140,169,186); }

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

border-color css

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

 span { border-color: rgb(140,169,186); }

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