#8BE2B3

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

Shades of Vista Blue #8BE2B3

Tints of Vista Blue #8BE2B3

Color information

#8BE2B3 (or 0x8BE2B3) is unknown color: approx Vista Blue. HEX triplet: 8B, E2 and B3. RGB value is (139,226,179). Sum of RGB (Red+Green+Blue) = 139+226+179=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #8BE2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE2B3 is #741D4C. Grayscale: #C2C2C2. Windows color (decimal): -7609677 or 11788939. OLE color: 11788939.

HSL color Cylindrical-coordinate representation of color #8BE2B3: hue angle of 147.59º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE2B3 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB139226179-
CMYK0.3800.210.11
HSL147.59º60%71.57%-
HSV(B)147.59º38.5%88.63%-
XYZ45.9863.1452.41-
YUV194.63119.1888.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.55%
GREEN value IS 226 (88.67% from 255) = 41.54%
BLUE value IS 179 (70.31% from 255) = 32.90%
R=25.55%
G=41.54%
B=32.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1392261790.3800.210.11147.596071.57
Hex8BE2B326015B943c48
Octal213342263460251322474110
Binary1000101111100010101100111001100101011011100101001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,226,179); }

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

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

 a { background-color: rgb(139,226,179); }

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

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

 span { border-color: rgb(139,226,179); }

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