#8DCFAD

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

Shades of Vista Blue #8DCFAD

Tints of Vista Blue #8DCFAD

Color information

#8DCFAD (or 0x8DCFAD) is unknown color: approx Vista Blue. HEX triplet: 8D, CF and AD. RGB value is (141,207,173). Sum of RGB (Red+Green+Blue) = 141+207+173=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCFAD is #723052. Grayscale: #B7B7B7. Windows color (decimal): -7483475 or 11390861. OLE color: 11390861.

HSL color Cylindrical-coordinate representation of color #8DCFAD: hue angle of 149.09º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCFAD is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB141207173-
CMYK0.3200.160.19
HSL149.09º40.74%68.24%-
HSV(B)149.09º31.88%81.18%-
XYZ40.8453.3147.67-
YUV183.39122.1397.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 207 (81.25% from 255) = 39.73%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=27.06%
G=39.73%
B=33.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412071730.3200.160.19149.0940.7468.24
Hex8DCFAD2001013952944
Octal215317255400202322551104
Binary10001101110011111010110110000001000010011100101011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,207,173); }

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

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

 a { background-color: rgb(141,207,173); }

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

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

 span { border-color: rgb(141,207,173); }

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