#8BEFB2

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

Shades of Vista Blue #8BEFB2

Tints of Vista Blue #8BEFB2

Color information

#8BEFB2 (or 0x8BEFB2) is unknown color: approx Vista Blue. HEX triplet: 8B, EF and B2. RGB value is (139,239,178). Sum of RGB (Red+Green+Blue) = 139+239+178=556 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEFB2 is #74104D. Grayscale: #CACACA. Windows color (decimal): -7606350 or 11726731. OLE color: 11726731.

HSL color Cylindrical-coordinate representation of color #8BEFB2: hue angle of 143.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEFB2 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB139239178-
CMYK0.4200.260.06
HSL143.4º75.76%74.12%-
HSV(B)143.4º41.84%93.73%-
XYZ49.5570.4453.1-
YUV202.15114.3782.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25%
GREEN value IS 239 (93.75% from 255) = 42.99%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=25%
G=42.99%
B=32.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392391780.4200.260.06143.475.7674.12
Hex8BEFB22A01A68f4c4a
Octal213357262520326217114112
Binary1000101111101111101100101010100110101101000111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,239,178); }

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

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

 a { background-color: rgb(139,239,178); }

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

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

 span { border-color: rgb(139,239,178); }

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