#8CD6B7

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

Shades of Vista Blue #8CD6B7

Tints of Vista Blue #8CD6B7

Color information

#8CD6B7 (or 0x8CD6B7) is unknown color: approx Vista Blue. HEX triplet: 8C, D6 and B7. RGB value is (140,214,183). Sum of RGB (Red+Green+Blue) = 140+214+183=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD6B7 is #732948. Grayscale: #BCBCBC. Windows color (decimal): -7547209 or 12048012. OLE color: 12048012.

HSL color Cylindrical-coordinate representation of color #8CD6B7: hue angle of 154.86º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD6B7 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB140214183-
CMYK0.3500.140.16
HSL154.86º47.44%69.41%-
HSV(B)154.86º34.58%83.92%-
XYZ43.4157.0953.53-
YUV188.34124.9893.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.07%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 183 (71.88% from 255) = 34.08%
R=26.07%
G=39.85%
B=34.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402141830.3500.140.16154.8647.4469.41
Hex8CD6B7230E109b2f45
Octal214326267430162023357105
Binary1000110011010110101101111000110111010000100110111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,214,183); }

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

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

 a { background-color: rgb(140,214,183); }

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

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

 span { border-color: rgb(140,214,183); }

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