#8DEAAA

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

Shades of Vista Blue #8DEAAA

Tints of Vista Blue #8DEAAA

Color information

#8DEAAA (or 0x8DEAAA) is unknown color: approx Vista Blue. HEX triplet: 8D, EA and AA. RGB value is (141,234,170). Sum of RGB (Red+Green+Blue) = 141+234+170=545 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.87% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEAAA is #721555. Grayscale: #C7C7C7. Windows color (decimal): -7476566 or 11201165. OLE color: 11201165.

HSL color Cylindrical-coordinate representation of color #8DEAAA: hue angle of 138.71º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEAAA is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB141234170-
CMYK0.4000.270.08
HSL138.71º68.89%73.53%-
HSV(B)138.71º39.74%91.76%-
XYZ47.6667.4148.53-
YUV198.9111.6986.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.87%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=25.87%
G=42.94%
B=31.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412341700.4000.270.08138.7168.8973.53
Hex8DEAAA2801B88b454a
Octal2153522525003310213105112
Binary10001101111010101010101010100001101110001000101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,234,170); }

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

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

 a { background-color: rgb(141,234,170); }

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

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

 span { border-color: rgb(141,234,170); }

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