#8DDDAB

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

Shades of Vista Blue #8DDDAB

Tints of Vista Blue #8DDDAB

Color information

#8DDDAB (or 0x8DDDAB) is unknown color: approx Vista Blue. HEX triplet: 8D, DD and AB. RGB value is (141,221,171). Sum of RGB (Red+Green+Blue) = 141+221+171=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDDAB is #722254. Grayscale: #BFBFBF. Windows color (decimal): -7479893 or 11263373. OLE color: 11263373.

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

Color convert

RGB141221171-
CMYK0.3600.230.13
HSL142.5º54.05%70.98%-
HSV(B)142.5º36.2%86.67%-
XYZ44.1960.3247.84-
YUV191.38116.592.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.45%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=26.45%
G=41.46%
B=32.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412211710.3600.230.13142.554.0570.98
Hex8DDDAB24017D8e3647
Octal215335253440271521666107
Binary1000110111011101101010111001000101111101100011101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,221,171); }

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

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

 a { background-color: rgb(141,221,171); }

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

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

 span { border-color: rgb(141,221,171); }

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