Html Css Color HEX #8EACBA Nepal

📋 copy color: '#8EACBA'

red 142 ◦ green 172 ◦ blue 186

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

Shades of Nepal #8EACBA

Tints of Nepal #8EACBA

RGB

 RED value IS 142 (55.86% from 255) = 28.4%

 GREEN value IS 172 (67.58% from 255) = 34.4%

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

R = 28.4%
G = 34.4%
B = 37.2%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8EACBA (or 0x8EACBA) is known color: Nepal. HEX triplet: 8E, AC and BA. RGB value is (142,172,186). Sum of RGB (Red+Green+Blue) = 142+172+186=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACBA is #715345. Grayscale: #A4A4A4. Windows color (decimal): -7426886 or 12233870. OLE color: 12233870.

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

Color convert

RGB 142 172 186 -
CMYK 0.24 0.08 0 0.27
HSL 199.09º 0.24% 0.64% -
HSV(B) 199.09º 0.24% 0.73% -
XYZ 34.77 38.8 52.11 -
YUV 164.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 142 172 186 0.24 0.08 0 0.27 199.09 0.24 0.64
Hex 8E AC BA 18 8 0 1B C7 18 40
Octal 216 254 272 30 10 0 33 307 30 100
Binary 10001110 10101100 10111010 11000 1000 0 11011 11000111 11000 1000000

Color Harmonies of #8EACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACBA

Black with #8EACBA

Text Example


Text Example

White with #8EACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,172,186); }

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

background-color css

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

 a { background-color: rgb(142,172,186); }

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

border-color css

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

 span { border-color: rgb(142,172,186); }

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