#8CDEAA

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

Shades of Vista Blue #8CDEAA

Tints of Vista Blue #8CDEAA

Color information

#8CDEAA (or 0x8CDEAA) is unknown color: approx Vista Blue. HEX triplet: 8C, DE and AA. RGB value is (140,222,170). Sum of RGB (Red+Green+Blue) = 140+222+170=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDEAA is #732155. Grayscale: #BFBFBF. Windows color (decimal): -7545174 or 11198092. OLE color: 11198092.

HSL color Cylindrical-coordinate representation of color #8CDEAA: hue angle of 141.95º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDEAA is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB140222170-
CMYK0.3700.230.13
HSL141.95º55.41%70.98%-
HSV(B)141.95º36.94%87.06%-
XYZ44.1960.7247.42-
YUV191.55115.8391.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.32%
GREEN value IS 222 (87.11% from 255) = 41.73%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=26.32%
G=41.73%
B=31.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402221700.3700.230.13141.9555.4170.98
Hex8CDEAA25017D8e3747
Octal214336252450271521667107
Binary1000110011011110101010101001010101111101100011101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,222,170); }

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

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

 a { background-color: rgb(140,222,170); }

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

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

 span { border-color: rgb(140,222,170); }

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