#8BECA8

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

Shades of Vista Blue #8BECA8

Tints of Vista Blue #8BECA8

Color information

#8BECA8 (or 0x8BECA8) is unknown color: approx Vista Blue. HEX triplet: 8B, EC and A8. RGB value is (139,236,168). Sum of RGB (Red+Green+Blue) = 139+236+168=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BECA8 is #741357. Grayscale: #C7C7C7. Windows color (decimal): -7607128 or 11070603. OLE color: 11070603.

HSL color Cylindrical-coordinate representation of color #8BECA8: hue angle of 137.94º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BECA8 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB139236168-
CMYK0.4100.290.07
HSL137.94º71.85%73.53%-
HSV(B)137.94º41.1%92.55%-
XYZ47.7168.3147.72-
YUV199.24110.3685.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.60%
GREEN value IS 236 (92.58% from 255) = 43.46%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=25.60%
G=43.46%
B=30.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392361680.4100.290.07137.9471.8573.53
Hex8BECA82901D78a484a
Octal213354250510357212110112
Binary1000101111101100101010001010010111011111000101010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BECA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,236,168); }

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

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

 a { background-color: rgb(139,236,168); }

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

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

 span { border-color: rgb(139,236,168); }

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