#8BEFAB

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

Shades of Vista Blue #8BEFAB

Tints of Vista Blue #8BEFAB

Color information

#8BEFAB (or 0x8BEFAB) is unknown color: approx Vista Blue. HEX triplet: 8B, EF and AB. RGB value is (139,239,171). Sum of RGB (Red+Green+Blue) = 139+239+171=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEFAB is #741054. Grayscale: #C9C9C9. Windows color (decimal): -7606357 or 11267979. OLE color: 11267979.

HSL color Cylindrical-coordinate representation of color #8BEFAB: hue angle of 139.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 #8BEFAB is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB139239171-
CMYK0.4200.280.06
HSL139.2º75.76%74.12%-
HSV(B)139.2º41.84%93.73%-
XYZ48.8670.1649.5-
YUV201.35110.8783.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.32%
GREEN value IS 239 (93.75% from 255) = 43.53%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=25.32%
G=43.53%
B=31.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392391710.4200.280.06139.275.7674.12
Hex8BEFAB2A01C68b4c4a
Octal213357253520346213114112
Binary1000101111101111101010111010100111001101000101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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