#8CD1B6

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

Shades of Vista Blue #8CD1B6

Tints of Vista Blue #8CD1B6

Color information

#8CD1B6 (or 0x8CD1B6) is unknown color: approx Vista Blue. HEX triplet: 8C, D1 and B6. RGB value is (140,209,182). Sum of RGB (Red+Green+Blue) = 140+209+182=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD1B6 is #732E49. Grayscale: #B9B9B9. Windows color (decimal): -7548490 or 11981196. OLE color: 11981196.

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

Color convert

RGB140209182-
CMYK0.3300.130.18
HSL156.52º42.86%68.43%-
HSV(B)156.52º33.01%81.96%-
XYZ42.0654.5552.57-
YUV185.29126.1495.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.37%
GREEN value IS 209 (82.03% from 255) = 39.36%
BLUE value IS 182 (71.48% from 255) = 34.27%
R=26.37%
G=39.36%
B=34.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402091820.3300.130.18156.5242.8668.43
Hex8CD1B6210D129d2b44
Octal214321266410152223553104
Binary1000110011010001101101101000010110110010100111011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,209,182); }

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

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

 a { background-color: rgb(140,209,182); }

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

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

 span { border-color: rgb(140,209,182); }

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