Html Css Color HEX #8EACC1 Nepal

📋 copy color: '#8EACC1'

red 142 ◦ green 172 ◦ blue 193

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

Shades of Nepal #8EACC1

Tints of Nepal #8EACC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.07%

R = 28.01%
G = 33.93%
B = 38.07%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8EACC1 (or 0x8EACC1) is known color: Nepal. HEX triplet: 8E, AC and C1. RGB value is (142,172,193). Sum of RGB (Red+Green+Blue) = 142+172+193=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACC1 is #71533E. Grayscale: #A5A5A5. Windows color (decimal): -7426879 or 12692622. OLE color: 12692622.

HSL color Cylindrical-coordinate representation of color #8EACC1: hue angle of 204.71º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EACC1 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 172 193 -
CMYK 0.26 0.11 0 0.24
HSL 204.71º 0.29% 0.66% -
HSV(B) 204.71º 0.26% 0.76% -
XYZ 35.53 39.11 56.13 -
YUV 165.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 142 172 193 0.26 0.11 0 0.24 204.71 0.29 0.66
Hex 8E AC C1 1A B 0 18 CD 1D 42
Octal 216 254 301 32 13 0 30 315 35 102
Binary 10001110 10101100 11000001 11010 1011 0 11000 11001101 11101 1000010

Color Harmonies of #8EACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACC1

Black with #8EACC1

Text Example


Text Example

White with #8EACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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