#8FEAAE

Color #8FEAAE Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8FEAAE

Tints of Vista Blue #8FEAAE

Color information

#8FEAAE (or 0x8FEAAE) is unknown color: approx Vista Blue. HEX triplet: 8F, EA and AE. RGB value is (143,234,174). Sum of RGB (Red+Green+Blue) = 143+234+174=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEAAE is #701551. Grayscale: #C8C8C8. Windows color (decimal): -7345490 or 11463311. OLE color: 11463311.

HSL color Cylindrical-coordinate representation of color #8FEAAE: hue angle of 140.44º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEAAE is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB143234174-
CMYK0.3900.260.08
HSL140.44º68.42%73.92%-
HSV(B)140.44º38.89%91.76%-
XYZ48.3967.7450.57-
YUV199.95113.3587.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.95%
GREEN value IS 234 (91.80% from 255) = 42.47%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=25.95%
G=42.47%
B=31.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432341740.3900.260.08140.4468.4273.92
Hex8FEAAE2701A88c444a
Octal2173522564703210214104112
Binary10001111111010101010111010011101101010001000110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FEAAE;
 }
 .AnyTagClassName
 {
   color: #8FEAAE;
 }
</style>
background-color css

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

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

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

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

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

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