#8DDDA8

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

Shades of Vista Blue #8DDDA8

Tints of Vista Blue #8DDDA8

Color information

#8DDDA8 (or 0x8DDDA8) is unknown color: approx Vista Blue. HEX triplet: 8D, DD and A8. RGB value is (141,221,168). Sum of RGB (Red+Green+Blue) = 141+221+168=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDDA8 is #722257. Grayscale: #BFBFBF. Windows color (decimal): -7479896 or 11066765. OLE color: 11066765.

HSL color Cylindrical-coordinate representation of color #8DDDA8: hue angle of 140.25º 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 #8DDDA8 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB141221168-
CMYK0.3600.240.13
HSL140.25º54.05%70.98%-
HSV(B)140.25º36.2%86.67%-
XYZ43.9160.246.35-
YUV191.0411592.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.60%
GREEN value IS 221 (86.72% from 255) = 41.70%
BLUE value IS 168 (66.02% from 255) = 31.70%
R=26.60%
G=41.70%
B=31.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412211680.3600.240.13140.2554.0570.98
Hex8DDDA824018D8c3647
Octal215335250440301521466107
Binary1000110111011101101010001001000110001101100011001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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