#8CD2AF

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

Shades of Vista Blue #8CD2AF

Tints of Vista Blue #8CD2AF

Color information

#8CD2AF (or 0x8CD2AF) is unknown color: approx Vista Blue. HEX triplet: 8C, D2 and AF. RGB value is (140,210,175). Sum of RGB (Red+Green+Blue) = 140+210+175=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD2AF is #732D50. Grayscale: #B9B9B9. Windows color (decimal): -7548241 or 11522700. OLE color: 11522700.

HSL color Cylindrical-coordinate representation of color #8CD2AF: hue angle of 150º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD2AF is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB140210175-
CMYK0.3300.170.18
HSL150º43.75%68.63%-
HSV(B)150º33.33%82.35%-
XYZ41.654.7648.94-
YUV185.08122.3195.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.67%
GREEN value IS 210 (82.42% from 255) = 40%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=26.67%
G=40%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402101750.3300.170.1815043.7568.63
Hex8CD2AF2101112962c45
Octal214322257410212222654105
Binary10001100110100101010111110000101000110010100101101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,210,175); }

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

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

 a { background-color: rgb(140,210,175); }

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

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

 span { border-color: rgb(140,210,175); }

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