Html Css Color HEX #8EC9AB Vista Blue

📋 copy color: '#8EC9AB'

red 142 ◦ green 201 ◦ blue 171

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

Shades of Vista Blue #8EC9AB

Tints of Vista Blue #8EC9AB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.11%

 BLUE value IS 171 (67.19% from 255) = 33.27%

R = 27.63%
G = 39.11%
B = 33.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#8EC9AB (or 0x8EC9AB) is known color: Vista Blue. HEX triplet: 8E, C9 and AB. RGB value is (142,201,171). Sum of RGB (Red+Green+Blue) = 142+201+171=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC9AB is #713654. Grayscale: #B4B4B4. Windows color (decimal): -7419477 or 11258254. OLE color: 11258254.

HSL color Cylindrical-coordinate representation of color #8EC9AB: hue angle of 149.49º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EC9AB is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 201 171 -
CMYK 0.29 0 0.15 0.21
HSL 149.49º 0.35% 0.67% -
HSV(B) 149.49º 0.29% 0.79% -
XYZ 39.39 50.46 46.19 -
YUV 179.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 142 201 171 0.29 0 0.15 0.21 149.49 0.35 0.67
Hex 8E C9 AB 1D 0 F 15 95 23 43
Octal 216 311 253 35 0 17 25 225 43 103
Binary 10001110 11001001 10101011 11101 0 1111 10101 10010101 100011 1000011

Color Harmonies of #8EC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC9AB

Black with #8EC9AB

Text Example


Text Example

White with #8EC9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,201,171); }

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

background-color css

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

 a { background-color: rgb(142,201,171); }

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

border-color css

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

 span { border-color: rgb(142,201,171); }

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