#8DECAA

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

Shades of Vista Blue #8DECAA

Tints of Vista Blue #8DECAA

Color information

#8DECAA (or 0x8DECAA) is unknown color: approx Vista Blue. HEX triplet: 8D, EC and AA. RGB value is (141,236,170). Sum of RGB (Red+Green+Blue) = 141+236+170=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DECAA is #721355. Grayscale: #C8C8C8. Windows color (decimal): -7476054 or 11201677. OLE color: 11201677.

HSL color Cylindrical-coordinate representation of color #8DECAA: hue angle of 138.32º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DECAA is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB141236170-
CMYK0.4000.280.07
HSL138.32º71.43%73.92%-
HSV(B)138.32º40.25%92.55%-
XYZ48.2468.5648.72-
YUV200.07111.0385.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.78%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=25.78%
G=43.14%
B=31.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412361700.4000.280.07138.3271.4373.92
Hex8DECAA2801C78a474a
Octal215354252500347212107112
Binary1000110111101100101010101010000111001111000101010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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