#8BCFA3

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

Shades of Vista Blue #8BCFA3

Tints of Vista Blue #8BCFA3

Color information

#8BCFA3 (or 0x8BCFA3) is unknown color: approx Vista Blue. HEX triplet: 8B, CF and A3. RGB value is (139,207,163). Sum of RGB (Red+Green+Blue) = 139+207+163=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCFA3 is #74305C. Grayscale: #B5B5B5. Windows color (decimal): -7614557 or 10735499. OLE color: 10735499.

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

Color convert

RGB139207163-
CMYK0.3300.210.19
HSL141.18º41.46%67.84%-
HSV(B)141.18º32.85%81.18%-
XYZ39.5752.7642.75-
YUV181.65117.4797.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.31%
GREEN value IS 207 (81.25% from 255) = 40.67%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=27.31%
G=40.67%
B=32.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392071630.3300.210.19141.1841.4667.84
Hex8BCFA321015138d2944
Octal213317243410252321551104
Binary10001011110011111010001110000101010110011100011011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,207,163); }

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

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

 a { background-color: rgb(139,207,163); }

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

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

 span { border-color: rgb(139,207,163); }

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