#8BECB8

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

Shades of Vista Blue #8BECB8

Tints of Vista Blue #8BECB8

Color information

#8BECB8 (or 0x8BECB8) is unknown color: approx Vista Blue. HEX triplet: 8B, EC and B8. RGB value is (139,236,184). Sum of RGB (Red+Green+Blue) = 139+236+184=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECB8 is #741347. Grayscale: #C9C9C9. Windows color (decimal): -7607112 or 12119179. OLE color: 12119179.

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

Color convert

RGB139236184-
CMYK0.4100.220.07
HSL147.84º71.85%73.53%-
HSV(B)147.84º41.1%92.55%-
XYZ49.2968.9456.06-
YUV201.07118.3683.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.87%
GREEN value IS 236 (92.58% from 255) = 42.22%
BLUE value IS 184 (72.27% from 255) = 32.92%
R=24.87%
G=42.22%
B=32.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392361840.4100.220.07147.8471.8573.53
Hex8BECB829016794484a
Octal213354270510267224110112
Binary1000101111101100101110001010010101101111001010010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BECB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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