Html Css Color HEX #8EE9AF Vista Blue

📋 copy color: '#8EE9AF'

red 142 ◦ green 233 ◦ blue 175

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

Shades of Vista Blue #8EE9AF

Tints of Vista Blue #8EE9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.36%

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

R = 25.82%
G = 42.36%
B = 31.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#8EE9AF (or 0x8EE9AF) is known color: Vista Blue. HEX triplet: 8E, E9 and AF. RGB value is (142,233,175). Sum of RGB (Red+Green+Blue) = 142+233+175=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EE9AF is #711650. Grayscale: #C7C7C7. Windows color (decimal): -7411281 or 11528590. OLE color: 11528590.

HSL color Cylindrical-coordinate representation of color #8EE9AF: hue angle of 141.76º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE9AF is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 142 233 175 -
CMYK 0.39 0 0.25 0.09
HSL 141.76º 0.67% 0.74% -
HSV(B) 141.76º 0.39% 0.91% -
XYZ 48.03 67.12 50.98 -
YUV 199.18 114.35 87.22 -
System Red Green Blue C M Y K H S L
Decimal 142 233 175 0.39 0 0.25 0.09 141.76 0.67 0.74
Hex 8E E9 AF 27 0 19 9 8E 43 4A
Octal 216 351 257 47 0 31 11 216 103 112
Binary 10001110 11101001 10101111 100111 0 11001 1001 10001110 1000011 1001010

Color Harmonies of #8EE9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE9AF

Black with #8EE9AF

Text Example


Text Example

White with #8EE9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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