#8BDCA5

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

Shades of Vista Blue #8BDCA5

Tints of Vista Blue #8BDCA5

Color information

#8BDCA5 (or 0x8BDCA5) is unknown color: approx Vista Blue. HEX triplet: 8B, DC and A5. RGB value is (139,220,165). Sum of RGB (Red+Green+Blue) = 139+220+165=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDCA5 is #74235A. Grayscale: #BDBDBD. Windows color (decimal): -7611227 or 10869899. OLE color: 10869899.

HSL color Cylindrical-coordinate representation of color #8BDCA5: hue angle of 139.26º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDCA5 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB139220165-
CMYK0.3700.250.14
HSL139.26º53.64%70.39%-
HSV(B)139.26º36.82%86.27%-
XYZ43.0359.3944.79-
YUV189.51114.1691.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.53%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=26.53%
G=41.98%
B=31.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392201650.3700.250.14139.2653.6470.39
Hex8BDCA525019E8b3646
Octal213334245450311621366106
Binary1000101111011100101001011001010110011110100010111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,220,165); }

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

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

 a { background-color: rgb(139,220,165); }

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

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

 span { border-color: rgb(139,220,165); }

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