#8BEFB0

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

Shades of Vista Blue #8BEFB0

Tints of Vista Blue #8BEFB0

Color information

#8BEFB0 (or 0x8BEFB0) is unknown color: approx Vista Blue. HEX triplet: 8B, EF and B0. RGB value is (139,239,176). Sum of RGB (Red+Green+Blue) = 139+239+176=554 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.09% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEFB0 is #74104F. Grayscale: #CACACA. Windows color (decimal): -7606352 or 11595659. OLE color: 11595659.

HSL color Cylindrical-coordinate representation of color #8BEFB0: hue angle of 142.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEFB0 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB139239176-
CMYK0.4200.260.06
HSL142.2º75.76%74.12%-
HSV(B)142.2º41.84%93.73%-
XYZ49.3570.3652.05-
YUV201.92113.3783.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.09%
GREEN value IS 239 (93.75% from 255) = 43.14%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=25.09%
G=43.14%
B=31.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392391760.4200.260.06142.275.7674.12
Hex8BEFB02A01A68e4c4a
Octal213357260520326216114112
Binary1000101111101111101100001010100110101101000111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,239,176); }

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

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

 a { background-color: rgb(139,239,176); }

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

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

 span { border-color: rgb(139,239,176); }

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