#8DD8AE

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

Shades of Vista Blue #8DD8AE

Tints of Vista Blue #8DD8AE

Color information

#8DD8AE (or 0x8DD8AE) is unknown color: approx Vista Blue. HEX triplet: 8D, D8 and AE. RGB value is (141,216,174). Sum of RGB (Red+Green+Blue) = 141+216+174=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD8AE is #722751. Grayscale: #BCBCBC. Windows color (decimal): -7481170 or 11458701. OLE color: 11458701.

HSL color Cylindrical-coordinate representation of color #8DD8AE: hue angle of 146.4º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD8AE is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB141216174-
CMYK0.3500.190.15
HSL146.4º49.02%70%-
HSV(B)146.4º34.72%84.71%-
XYZ43.1857.8348.93-
YUV188.79119.6593.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.55%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=26.55%
G=40.68%
B=32.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412161740.3500.190.15146.449.0270
Hex8DD8AE23013F923146
Octal215330256430231722261106
Binary1000110111011000101011101000110100111111100100101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,216,174); }

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

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

 a { background-color: rgb(141,216,174); }

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

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

 span { border-color: rgb(141,216,174); }

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