#8ECAAC

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

Shades of Vista Blue #8ECAAC

Tints of Vista Blue #8ECAAC

Color information

#8ECAAC (or 0x8ECAAC) is unknown color: approx Vista Blue. HEX triplet: 8E, CA and AC. RGB value is (142,202,172). Sum of RGB (Red+Green+Blue) = 142+202+172=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECAAC is #713553. Grayscale: #B4B4B4. Windows color (decimal): -7419220 or 11324046. OLE color: 11324046.

HSL color Cylindrical-coordinate representation of color #8ECAAC: hue angle of 150º 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 #8ECAAC is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB142202172-
CMYK0.3000.150.21
HSL150º36.14%67.45%-
HSV(B)150º29.7%79.22%-
XYZ39.7250.9746.77-
YUV180.64123.12100.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.52%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=27.52%
G=39.15%
B=33.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422021720.3000.150.2115036.1467.45
Hex8ECAAC1E0F15962443
Octal216312254360172522644103
Binary100011101100101010101100111100111110101100101101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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