Html Css Color HEX #8FE6AE Vista Blue

📋 copy color: '#8FE6AE'

red 143 ◦ green 230 ◦ blue 174

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

Shades of Vista Blue #8FE6AE

Tints of Vista Blue #8FE6AE

RGB

 RED value IS 143 (56.25% from 255) = 26.14%

 GREEN value IS 230 (90.23% from 255) = 42.05%

 BLUE value IS 174 (68.36% from 255) = 31.81%

R = 26.14%
G = 42.05%
B = 31.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#8FE6AE (or 0x8FE6AE) is known color: Vista Blue. HEX triplet: 8F, E6 and AE. RGB value is (143,230,174). Sum of RGB (Red+Green+Blue) = 143+230+174=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FE6AE is #701951. Grayscale: #C5C5C5. Windows color (decimal): -7346514 or 11462287. OLE color: 11462287.

HSL color Cylindrical-coordinate representation of color #8FE6AE: hue angle of 141.38º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE6AE is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 143 230 174 -
CMYK 0.38 0 0.24 0.10
HSL 141.38º 0.64% 0.73% -
HSV(B) 141.38º 0.38% 0.9% -
XYZ 47.26 65.49 50.19 -
YUV 197.6 114.68 89.05 -
System Red Green Blue C M Y K H S L
Decimal 143 230 174 0.38 0 0.24 0.10 141.38 0.64 0.73
Hex 8F E6 AE 26 0 18 A 8D 40 49
Octal 217 346 256 46 0 30 12 215 100 111
Binary 10001111 11100110 10101110 100110 0 11000 1010 10001101 1000000 1001001

Color Harmonies of #8FE6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE6AE

Black with #8FE6AE

Text Example


Text Example

White with #8FE6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,230,174); }

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

background-color css

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

 a { background-color: rgb(143,230,174); }

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

border-color css

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

 span { border-color: rgb(143,230,174); }

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