#8BDEAC

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

Shades of Vista Blue #8BDEAC

Tints of Vista Blue #8BDEAC

Color information

#8BDEAC (or 0x8BDEAC) is unknown color: approx Vista Blue. HEX triplet: 8B, DE and AC. RGB value is (139,222,172). Sum of RGB (Red+Green+Blue) = 139+222+172=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDEAC is #742153. Grayscale: #BFBFBF. Windows color (decimal): -7610708 or 11329163. OLE color: 11329163.

HSL color Cylindrical-coordinate representation of color #8BDEAC: hue angle of 143.86º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDEAC is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB139222172-
CMYK0.3700.230.13
HSL143.86º55.7%70.78%-
HSV(B)143.86º37.39%87.06%-
XYZ44.2260.7148.42-
YUV191.4811790.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.08%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=26.08%
G=41.65%
B=32.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392221720.3700.230.13143.8655.770.78
Hex8BDEAC25017D903847
Octal213336254450271522070107
Binary1000101111011110101011001001010101111101100100001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,222,172); }

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

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

 a { background-color: rgb(139,222,172); }

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

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

 span { border-color: rgb(139,222,172); }

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