#8BCEB2

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

Shades of Vista Blue #8BCEB2

Tints of Vista Blue #8BCEB2

Color information

#8BCEB2 (or 0x8BCEB2) is unknown color: approx Vista Blue. HEX triplet: 8B, CE and B2. RGB value is (139,206,178). Sum of RGB (Red+Green+Blue) = 139+206+178=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCEB2 is #74314D. Grayscale: #B6B6B6. Windows color (decimal): -7614798 or 11718283. OLE color: 11718283.

HSL color Cylindrical-coordinate representation of color #8BCEB2: hue angle of 154.93º 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 #8BCEB2 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB139206178-
CMYK0.3300.140.19
HSL154.93º40.61%67.65%-
HSV(B)154.93º32.52%80.78%-
XYZ40.7552.8550.17-
YUV182.78125.396.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.58%
GREEN value IS 206 (80.86% from 255) = 39.39%
BLUE value IS 178 (69.92% from 255) = 34.03%
R=26.58%
G=39.39%
B=34.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392061780.3300.140.19154.9340.6167.65
Hex8BCEB2210E139b2944
Octal213316262410162323351104
Binary1000101111001110101100101000010111010011100110111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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