Html Css Color HEX #8ECEA6 Vista Blue

📋 copy color: '#8ECEA6'

red 142 ◦ green 206 ◦ blue 166

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

Shades of Vista Blue #8ECEA6

Tints of Vista Blue #8ECEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.08%

 BLUE value IS 166 (65.23% from 255) = 32.3%

R = 27.63%
G = 40.08%
B = 32.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#8ECEA6 (or 0x8ECEA6) is known color: Vista Blue. HEX triplet: 8E, CE and A6. RGB value is (142,206,166). Sum of RGB (Red+Green+Blue) = 142+206+166=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECEA6 is #713159. Grayscale: #B6B6B6. Windows color (decimal): -7418202 or 10931854. OLE color: 10931854.

HSL color Cylindrical-coordinate representation of color #8ECEA6: hue angle of 142.5º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECEA6 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 206 166 -
CMYK 0.31 0 0.19 0.19
HSL 142.5º 0.4% 0.68% -
HSV(B) 142.5º 0.31% 0.81% -
XYZ 40.11 52.65 44.12 -
YUV 182.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 142 206 166 0.31 0 0.19 0.19 142.5 0.4 0.68
Hex 8E CE A6 1F 0 13 13 8E 28 44
Octal 216 316 246 37 0 23 23 216 50 104
Binary 10001110 11001110 10100110 11111 0 10011 10011 10001110 101000 1000100

Color Harmonies of #8ECEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECEA6

Black with #8ECEA6

Text Example


Text Example

White with #8ECEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,206,166); }

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

background-color css

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

 a { background-color: rgb(142,206,166); }

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

border-color css

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

 span { border-color: rgb(142,206,166); }

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