#8DD8AA

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

Shades of Vista Blue #8DD8AA

Tints of Vista Blue #8DD8AA

Color information

#8DD8AA (or 0x8DD8AA) is unknown color: approx Vista Blue. HEX triplet: 8D, D8 and AA. RGB value is (141,216,170). Sum of RGB (Red+Green+Blue) = 141+216+170=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD8AA is #722755. Grayscale: #BCBCBC. Windows color (decimal): -7481174 or 11196557. OLE color: 11196557.

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

Color convert

RGB141216170-
CMYK0.3500.210.15
HSL143.2º49.02%70%-
HSV(B)143.2º34.72%84.71%-
XYZ42.857.6846.91-
YUV188.33117.6594.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.76%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=26.76%
G=40.99%
B=32.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412161700.3500.210.15143.249.0270
Hex8DD8AA23015F8f3146
Octal215330252430251721761106
Binary1000110111011000101010101000110101011111100011111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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