Html Css Color HEX #8EACBB Nepal

📋 copy color: '#8EACBB'

red 142 ◦ green 172 ◦ blue 187

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

Shades of Nepal #8EACBB

Tints of Nepal #8EACBB

RGB

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

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

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

R = 28.34%
G = 34.33%
B = 37.33%

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

#8EACBB (or 0x8EACBB) is known color: Nepal. HEX triplet: 8E, AC and BB. RGB value is (142,172,187). Sum of RGB (Red+Green+Blue) = 142+172+187=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACBB is #715344. Grayscale: #A4A4A4. Windows color (decimal): -7426885 or 12299406. OLE color: 12299406.

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

Color convert

RGB 142 172 187 -
CMYK 0.24 0.08 0 0.27
HSL 200º 0.25% 0.65% -
HSV(B) 200º 0.24% 0.73% -
XYZ 34.88 38.84 52.67 -
YUV 164.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 142 172 187 0.24 0.08 0 0.27 200 0.25 0.65
Hex 8E AC BB 18 8 0 1B C8 19 41
Octal 216 254 273 30 10 0 33 310 31 101
Binary 10001110 10101100 10111011 11000 1000 0 11011 11001000 11001 1000001

Color Harmonies of #8EACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACBB

Black with #8EACBB

Text Example


Text Example

White with #8EACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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