#8BEBBF

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

Shades of Vista Blue #8BEBBF

Tints of Vista Blue #8BEBBF

Color information

#8BEBBF (or 0x8BEBBF) is unknown color: approx Vista Blue. HEX triplet: 8B, EB and BF. RGB value is (139,235,191). Sum of RGB (Red+Green+Blue) = 139+235+191=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEBBF is #741440. Grayscale: #C9C9C9. Windows color (decimal): -7607361 or 12577675. OLE color: 12577675.

HSL color Cylindrical-coordinate representation of color #8BEBBF: hue angle of 152.5º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEBBF is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB139235191-
CMYK0.4100.190.08
HSL152.5º70.59%73.33%-
HSV(B)152.5º40.85%92.16%-
XYZ49.7668.6759.92-
YUV201.28122.283.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.60%
GREEN value IS 235 (92.19% from 255) = 41.59%
BLUE value IS 191 (75% from 255) = 33.81%
R=24.60%
G=41.59%
B=33.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392351910.4100.190.08152.570.5973.33
Hex8BEBBF290138984749
Octal2133532775102310230107111
Binary10001011111010111011111110100101001110001001100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,235,191); }

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

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

 a { background-color: rgb(139,235,191); }

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

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

 span { border-color: rgb(139,235,191); }

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