Html Css Color HEX #8EC9AF Vista Blue

📋 copy color: '#8EC9AF'

red 142 ◦ green 201 ◦ blue 175

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

Shades of Vista Blue #8EC9AF

Tints of Vista Blue #8EC9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.78%

R = 27.41%
G = 38.8%
B = 33.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#8EC9AF (or 0x8EC9AF) is known color: Vista Blue. HEX triplet: 8E, C9 and AF. RGB value is (142,201,175). Sum of RGB (Red+Green+Blue) = 142+201+175=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC9AF is #713650. Grayscale: #B4B4B4. Windows color (decimal): -7419473 or 11520398. OLE color: 11520398.

HSL color Cylindrical-coordinate representation of color #8EC9AF: hue angle of 153.56º 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 #8EC9AF is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 201 175 -
CMYK 0.29 0 0.13 0.21
HSL 153.56º 0.35% 0.67% -
HSV(B) 153.56º 0.29% 0.79% -
XYZ 39.78 50.62 48.23 -
YUV 180.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 142 201 175 0.29 0 0.13 0.21 153.56 0.35 0.67
Hex 8E C9 AF 1D 0 D 15 9A 23 43
Octal 216 311 257 35 0 15 25 232 43 103
Binary 10001110 11001001 10101111 11101 0 1101 10101 10011010 100011 1000011

Color Harmonies of #8EC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC9AF

Black with #8EC9AF

Text Example


Text Example

White with #8EC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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