#8BECBA

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

Shades of Vista Blue #8BECBA

Tints of Vista Blue #8BECBA

Color information

#8BECBA (or 0x8BECBA) is unknown color: approx Vista Blue. HEX triplet: 8B, EC and BA. RGB value is (139,236,186). Sum of RGB (Red+Green+Blue) = 139+236+186=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECBA is #741345. Grayscale: #C9C9C9. Windows color (decimal): -7607110 or 12250251. OLE color: 12250251.

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

Color convert

RGB139236186-
CMYK0.4100.210.07
HSL149.07º71.85%73.53%-
HSV(B)149.07º41.1%92.55%-
XYZ49.5169.0357.17-
YUV201.3119.3683.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.78%
GREEN value IS 236 (92.58% from 255) = 42.07%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=24.78%
G=42.07%
B=33.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392361860.4100.210.07149.0771.8573.53
Hex8BECBA29015795484a
Octal213354272510257225110112
Binary1000101111101100101110101010010101011111001010110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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