#8FFBB3

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

Shades of Vista Blue #8FFBB3

Tints of Vista Blue #8FFBB3

Color information

#8FFBB3 (or 0x8FFBB3) is unknown color: approx Vista Blue. HEX triplet: 8F, FB and B3. RGB value is (143,251,179). Sum of RGB (Red+Green+Blue) = 143+251+179=573 (75% of max value = 765). Red value is 143 (56.25% from 255 or 24.96% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #8FFBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFBB3 is #70044C. Grayscale: #D2D2D2. Windows color (decimal): -7341133 or 11795343. OLE color: 11795343.

HSL color Cylindrical-coordinate representation of color #8FFBB3: hue angle of 140º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFBB3 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB143251179-
CMYK0.4300.290.02
HSL140º93.1%77.25%-
HSV(B)140º43.03%98.43%-
XYZ53.9678.0954.88-
YUV210.5110.2279.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.96%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 179 (70.31% from 255) = 31.24%
R=24.96%
G=43.80%
B=31.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432511790.4300.290.0214093.177.25
Hex8FFBB32B01D28c5d4d
Octal217373263530352214135115
Binary100011111111101110110011101011011101101000110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,251,179); }

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

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

 a { background-color: rgb(143,251,179); }

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

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

 span { border-color: rgb(143,251,179); }

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