Html Css Color HEX #8ECAA5 Vista Blue

📋 copy color: '#8ECAA5'

red 142 ◦ green 202 ◦ blue 165

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

Shades of Vista Blue #8ECAA5

Tints of Vista Blue #8ECAA5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.69%

 BLUE value IS 165 (64.84% from 255) = 32.42%

R = 27.9%
G = 39.69%
B = 32.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#8ECAA5 (or 0x8ECAA5) is known color: Vista Blue. HEX triplet: 8E, CA and A5. RGB value is (142,202,165). Sum of RGB (Red+Green+Blue) = 142+202+165=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECAA5 is #71355A. Grayscale: #B3B3B3. Windows color (decimal): -7419227 or 10865294. OLE color: 10865294.

HSL color Cylindrical-coordinate representation of color #8ECAA5: hue angle of 143º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECAA5 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 202 165 -
CMYK 0.30 0 0.18 0.21
HSL 143º 0.36% 0.67% -
HSV(B) 143º 0.3% 0.79% -
XYZ 39.07 50.71 43.33 -
YUV 179.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 142 202 165 0.30 0 0.18 0.21 143 0.36 0.67
Hex 8E CA A5 1E 0 12 15 8F 24 43
Octal 216 312 245 36 0 22 25 217 44 103
Binary 10001110 11001010 10100101 11110 0 10010 10101 10001111 100100 1000011

Color Harmonies of #8ECAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECAA5

Black with #8ECAA5

Text Example


Text Example

White with #8ECAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,202,165); }

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

background-color css

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

 a { background-color: rgb(142,202,165); }

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

border-color css

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

 span { border-color: rgb(142,202,165); }

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