Html Css Color HEX #8EBDA9 Skeptic

📋 copy color: '#8EBDA9'

red 142 ◦ green 189 ◦ blue 169

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

Shades of Skeptic #8EBDA9

Tints of Skeptic #8EBDA9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.8%

 BLUE value IS 169 (66.41% from 255) = 33.8%

R = 28.4%
G = 37.8%
B = 33.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#8EBDA9 (or 0x8EBDA9) is known color: Skeptic. HEX triplet: 8E, BD and A9. RGB value is (142,189,169). Sum of RGB (Red+Green+Blue) = 142+189+169=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBDA9 is #714256. Grayscale: #ACACAC. Windows color (decimal): -7422551 or 11124110. OLE color: 11124110.

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

Color convert

RGB 142 189 169 -
CMYK 0.25 0 0.11 0.26
HSL 154.47º 0.26% 0.65% -
HSV(B) 154.47º 0.25% 0.74% -
XYZ 36.51 45.01 44.3 -
YUV 172.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 142 189 169 0.25 0 0.11 0.26 154.47 0.26 0.65
Hex 8E BD A9 19 0 B 1A 9A 1A 41
Octal 216 275 251 31 0 13 32 232 32 101
Binary 10001110 10111101 10101001 11001 0 1011 11010 10011010 11010 1000001

Color Harmonies of #8EBDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBDA9

Black with #8EBDA9

Text Example


Text Example

White with #8EBDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,189,169); }

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

background-color css

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

 a { background-color: rgb(142,189,169); }

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

border-color css

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

 span { border-color: rgb(142,189,169); }

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