Html Css Color HEX #8EADBE Nepal

📋 copy color: '#8EADBE'

red 142 ◦ green 173 ◦ blue 190

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

Shades of Nepal #8EADBE

Tints of Nepal #8EADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 28.12%
G = 34.26%
B = 37.62%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8EADBE (or 0x8EADBE) is known color: Nepal. HEX triplet: 8E, AD and BE. RGB value is (142,173,190). Sum of RGB (Red+Green+Blue) = 142+173+190=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADBE is #715241. Grayscale: #A5A5A5. Windows color (decimal): -7426626 or 12496270. OLE color: 12496270.

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

Color convert

RGB 142 173 190 -
CMYK 0.25 0.09 0 0.25
HSL 201.25º 0.27% 0.65% -
HSV(B) 201.25º 0.25% 0.75% -
XYZ 35.39 39.36 54.45 -
YUV 165.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 142 173 190 0.25 0.09 0 0.25 201.25 0.27 0.65
Hex 8E AD BE 19 9 0 19 C9 1B 41
Octal 216 255 276 31 11 0 31 311 33 101
Binary 10001110 10101101 10111110 11001 1001 0 11001 11001001 11011 1000001

Color Harmonies of #8EADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EADBE

Black with #8EADBE

Text Example


Text Example

White with #8EADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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