Html Css Color HEX #8ED8AF Vista Blue

📋 copy color: '#8ED8AF'

red 142 ◦ green 216 ◦ blue 175

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

Shades of Vista Blue #8ED8AF

Tints of Vista Blue #8ED8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.53%

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

R = 26.64%
G = 40.53%
B = 32.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#8ED8AF (or 0x8ED8AF) is known color: Vista Blue. HEX triplet: 8E, D8 and AF. RGB value is (142,216,175). Sum of RGB (Red+Green+Blue) = 142+216+175=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED8AF is #712750. Grayscale: #BDBDBD. Windows color (decimal): -7415633 or 11524238. OLE color: 11524238.

HSL color Cylindrical-coordinate representation of color #8ED8AF: hue angle of 146.76º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED8AF is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 216 175 -
CMYK 0.34 0 0.19 0.15
HSL 146.76º 0.49% 0.7% -
HSV(B) 146.76º 0.34% 0.85% -
XYZ 43.45 57.96 49.45 -
YUV 189.2 119.98 94.33 -
System Red Green Blue C M Y K H S L
Decimal 142 216 175 0.34 0 0.19 0.15 146.76 0.49 0.7
Hex 8E D8 AF 22 0 13 F 93 31 46
Octal 216 330 257 42 0 23 17 223 61 106
Binary 10001110 11011000 10101111 100010 0 10011 1111 10010011 110001 1000110

Color Harmonies of #8ED8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED8AF

Black with #8ED8AF

Text Example


Text Example

White with #8ED8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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