#8FEABB

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

Shades of Vista Blue #8FEABB

Tints of Vista Blue #8FEABB

Color information

#8FEABB (or 0x8FEABB) is unknown color: approx Vista Blue. HEX triplet: 8F, EA and BB. RGB value is (143,234,187). Sum of RGB (Red+Green+Blue) = 143+234+187=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEABB is #701544. Grayscale: #C9C9C9. Windows color (decimal): -7345477 or 12315279. OLE color: 12315279.

HSL color Cylindrical-coordinate representation of color #8FEABB: hue angle of 149.01º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEABB is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB143234187-
CMYK0.3900.200.08
HSL149.01º68.42%73.92%-
HSV(B)149.01º38.89%91.76%-
XYZ49.7268.2757.57-
YUV201.43119.8586.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.35%
GREEN value IS 234 (91.80% from 255) = 41.49%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=25.35%
G=41.49%
B=33.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432341870.3900.200.08149.0168.4273.92
Hex8FEABB27014895444a
Octal2173522734702410225104112
Binary10001111111010101011101110011101010010001001010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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