Html Css Color HEX #8EACC0 Nepal

📋 copy color: '#8EACC0'

red 142 ◦ green 172 ◦ blue 192

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

Shades of Nepal #8EACC0

Tints of Nepal #8EACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.94%

R = 28.06%
G = 33.99%
B = 37.94%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8EACC0 (or 0x8EACC0) is known color: Nepal. HEX triplet: 8E, AC and C0. RGB value is (142,172,192). Sum of RGB (Red+Green+Blue) = 142+172+192=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 192 - color contains mainly: blue. Hex color #8EACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACC0 is #71533F. Grayscale: #A5A5A5. Windows color (decimal): -7426880 or 12627086. OLE color: 12627086.

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

Color convert

RGB 142 172 192 -
CMYK 0.26 0.10 0 0.25
HSL 204º 0.28% 0.65% -
HSV(B) 204º 0.26% 0.75% -
XYZ 35.42 39.06 55.54 -
YUV 165.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 142 172 192 0.26 0.10 0 0.25 204 0.28 0.65
Hex 8E AC C0 1A A 0 19 CC 1C 41
Octal 216 254 300 32 12 0 31 314 34 101
Binary 10001110 10101100 11000000 11010 1010 0 11001 11001100 11100 1000001

Color Harmonies of #8EACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACC0

Black with #8EACC0

Text Example


Text Example

White with #8EACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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