Html Css Color HEX #8EADC3 Nepal

📋 copy color: '#8EADC3'

red 142 ◦ green 173 ◦ blue 195

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

Shades of Nepal #8EADC3

Tints of Nepal #8EADC3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.92%

 BLUE value IS 195 (76.56% from 255) = 38.24%

R = 27.84%
G = 33.92%
B = 38.24%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8EADC3 (or 0x8EADC3) is known color: Nepal. HEX triplet: 8E, AD and C3. RGB value is (142,173,195). Sum of RGB (Red+Green+Blue) = 142+173+195=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #8EADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADC3 is #71523C. Grayscale: #A6A6A6. Windows color (decimal): -7426621 or 12823950. OLE color: 12823950.

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

Color convert

RGB 142 173 195 -
CMYK 0.27 0.11 0 0.24
HSL 204.91º 0.31% 0.66% -
HSV(B) 204.91º 0.27% 0.76% -
XYZ 35.95 39.58 57.37 -
YUV 166.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 142 173 195 0.27 0.11 0 0.24 204.91 0.31 0.66
Hex 8E AD C3 1B B 0 18 CD 1F 42
Octal 216 255 303 33 13 0 30 315 37 102
Binary 10001110 10101101 11000011 11011 1011 0 11000 11001101 11111 1000010

Color Harmonies of #8EADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EADC3

Black with #8EADC3

Text Example


Text Example

White with #8EADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,173,195); }

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

background-color css

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

 a { background-color: rgb(142,173,195); }

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

border-color css

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

 span { border-color: rgb(142,173,195); }

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