#8BDEA7

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

Shades of Vista Blue #8BDEA7

Tints of Vista Blue #8BDEA7

Color information

#8BDEA7 (or 0x8BDEA7) is unknown color: approx Vista Blue. HEX triplet: 8B, DE and A7. RGB value is (139,222,167). Sum of RGB (Red+Green+Blue) = 139+222+167=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDEA7 is #742158. Grayscale: #BFBFBF. Windows color (decimal): -7610713 or 11001483. OLE color: 11001483.

HSL color Cylindrical-coordinate representation of color #8BDEA7: hue angle of 140.24º 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 #8BDEA7 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB139222167-
CMYK0.3700.250.13
HSL140.24º55.7%70.78%-
HSV(B)140.24º37.39%87.06%-
XYZ43.7460.5245.94-
YUV190.91114.590.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.33%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=26.33%
G=42.05%
B=31.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392221670.3700.250.13140.2455.770.78
Hex8BDEA725019D8c3847
Octal213336247450311521470107
Binary1000101111011110101001111001010110011101100011001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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