#8BECAE

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

Shades of Vista Blue #8BECAE

Tints of Vista Blue #8BECAE

Color information

#8BECAE (or 0x8BECAE) is unknown color: approx Vista Blue. HEX triplet: 8B, EC and AE. RGB value is (139,236,174). Sum of RGB (Red+Green+Blue) = 139+236+174=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BECAE is #741351. Grayscale: #C8C8C8. Windows color (decimal): -7607122 or 11463819. OLE color: 11463819.

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

Color convert

RGB139236174-
CMYK0.4100.260.07
HSL141.65º71.85%73.53%-
HSV(B)141.65º41.1%92.55%-
XYZ48.2868.5450.73-
YUV199.93113.3684.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.32%
GREEN value IS 236 (92.58% from 255) = 42.99%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=25.32%
G=42.99%
B=31.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392361740.4100.260.07141.6571.8573.53
Hex8BECAE2901A78e484a
Octal213354256510327216110112
Binary1000101111101100101011101010010110101111000111010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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