#8BECB4

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

Shades of Vista Blue #8BECB4

Tints of Vista Blue #8BECB4

Color information

#8BECB4 (or 0x8BECB4) is unknown color: approx Vista Blue. HEX triplet: 8B, EC and B4. RGB value is (139,236,180). Sum of RGB (Red+Green+Blue) = 139+236+180=555 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.05% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECB4 is #74134B. Grayscale: #C8C8C8. Windows color (decimal): -7607116 or 11857035. OLE color: 11857035.

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

Color convert

RGB139236180-
CMYK0.4100.240.07
HSL145.36º71.85%73.53%-
HSV(B)145.36º41.1%92.55%-
XYZ48.8868.7853.88-
YUV200.61116.3684.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.05%
GREEN value IS 236 (92.58% from 255) = 42.52%
BLUE value IS 180 (70.70% from 255) = 32.43%
R=25.05%
G=42.52%
B=32.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392361800.4100.240.07145.3671.8573.53
Hex8BECB429018791484a
Octal213354264510307221110112
Binary1000101111101100101101001010010110001111001000110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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