#8BECAB

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

Shades of Vista Blue #8BECAB

Tints of Vista Blue #8BECAB

Color information

#8BECAB (or 0x8BECAB) is unknown color: approx Vista Blue. HEX triplet: 8B, EC and AB. RGB value is (139,236,171). Sum of RGB (Red+Green+Blue) = 139+236+171=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BECAB is #741354. Grayscale: #C7C7C7. Windows color (decimal): -7607125 or 11267211. OLE color: 11267211.

HSL color Cylindrical-coordinate representation of color #8BECAB: hue angle of 139.79º 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 #8BECAB is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB139236171-
CMYK0.4100.280.07
HSL139.79º71.85%73.53%-
HSV(B)139.79º41.1%92.55%-
XYZ47.9968.4249.2-
YUV199.59111.8684.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.46%
GREEN value IS 236 (92.58% from 255) = 43.22%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=25.46%
G=43.22%
B=31.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392361710.4100.280.07139.7971.8573.53
Hex8BECAB2901C78c484a
Octal213354253510347214110112
Binary1000101111101100101010111010010111001111000110010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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