#8FF2BB

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

Shades of Vista Blue #8FF2BB

Tints of Vista Blue #8FF2BB

Color information

#8FF2BB (or 0x8FF2BB) is unknown color: approx Vista Blue. HEX triplet: 8F, F2 and BB. RGB value is (143,242,187). Sum of RGB (Red+Green+Blue) = 143+242+187=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF2BB is #700D44. Grayscale: #CECECE. Windows color (decimal): -7343429 or 12317327. OLE color: 12317327.

HSL color Cylindrical-coordinate representation of color #8FF2BB: hue angle of 146.67º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF2BB is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB143242187-
CMYK0.4100.230.05
HSL146.67º79.2%75.49%-
HSV(B)146.67º40.91%94.9%-
XYZ52.0572.9358.35-
YUV206.13117.282.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25%
GREEN value IS 242 (94.92% from 255) = 42.31%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=25%
G=42.31%
B=32.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1432421870.4100.230.05146.6779.275.49
Hex8FF2BB290175934f4b
Octal217362273510275223117113
Binary1000111111110010101110111010010101111011001001110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FF2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,242,187); }

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

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

 a { background-color: rgb(143,242,187); }

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

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

 span { border-color: rgb(143,242,187); }

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