#8ECAAA

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

Shades of Vista Blue #8ECAAA

Tints of Vista Blue #8ECAAA

Color information

#8ECAAA (or 0x8ECAAA) is unknown color: approx Vista Blue. HEX triplet: 8E, CA and AA. RGB value is (142,202,170). Sum of RGB (Red+Green+Blue) = 142+202+170=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECAAA is #713555. Grayscale: #B4B4B4. Windows color (decimal): -7419222 or 11192974. OLE color: 11192974.

HSL color Cylindrical-coordinate representation of color #8ECAAA: hue angle of 148º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECAAA is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB142202170-
CMYK0.3000.160.21
HSL148º36.14%67.45%-
HSV(B)148º29.7%79.22%-
XYZ39.5350.8945.77-
YUV180.41122.12100.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.63%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 170 (66.80% from 255) = 33.07%
R=27.63%
G=39.30%
B=33.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422021700.3000.160.2114836.1467.45
Hex8ECAAA1E01015942443
Octal216312252360202522444103
Binary1000111011001010101010101111001000010101100101001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,202,170); }

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

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

 a { background-color: rgb(142,202,170); }

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

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

 span { border-color: rgb(142,202,170); }

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