#8BCEB4

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

Shades of Vista Blue #8BCEB4

Tints of Vista Blue #8BCEB4

Color information

#8BCEB4 (or 0x8BCEB4) is unknown color: approx Vista Blue. HEX triplet: 8B, CE and B4. RGB value is (139,206,180). Sum of RGB (Red+Green+Blue) = 139+206+180=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCEB4 is #74314B. Grayscale: #B7B7B7. Windows color (decimal): -7614796 or 11849355. OLE color: 11849355.

HSL color Cylindrical-coordinate representation of color #8BCEB4: hue angle of 156.72º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCEB4 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB139206180-
CMYK0.3300.130.19
HSL156.72º40.61%67.65%-
HSV(B)156.72º32.52%80.78%-
XYZ40.9652.9351.24-
YUV183126.396.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.48%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=26.48%
G=39.24%
B=34.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061800.3300.130.19156.7240.6167.65
Hex8BCEB4210D139d2944
Octal213316264410152323551104
Binary1000101111001110101101001000010110110011100111011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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