#8DCDAF

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

Shades of Vista Blue #8DCDAF

Tints of Vista Blue #8DCDAF

Color information

#8DCDAF (or 0x8DCDAF) is unknown color: approx Vista Blue. HEX triplet: 8D, CD and AF. RGB value is (141,205,175). Sum of RGB (Red+Green+Blue) = 141+205+175=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCDAF is #723250. Grayscale: #B6B6B6. Windows color (decimal): -7483985 or 11521421. OLE color: 11521421.

HSL color Cylindrical-coordinate representation of color #8DCDAF: hue angle of 151.88º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCDAF is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB141205175-
CMYK0.3100.150.20
HSL151.88º39.02%67.84%-
HSV(B)151.88º31.22%80.39%-
XYZ40.5552.4248.54-
YUV182.44123.898.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=27.06%
G=39.35%
B=33.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051750.3100.150.20151.8839.0267.84
Hex8DCDAF1F0F14982744
Octal215315257370172423047104
Binary100011011100110110101111111110111110100100110001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,205,175); }

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

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

 a { background-color: rgb(141,205,175); }

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

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

 span { border-color: rgb(141,205,175); }

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