#8AF1BC

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

Shades of Vista Blue #8AF1BC

Tints of Vista Blue #8AF1BC

Color information

#8AF1BC (or 0x8AF1BC) is unknown color: approx Vista Blue. HEX triplet: 8A, F1 and BC. RGB value is (138,241,188). Sum of RGB (Red+Green+Blue) = 138+241+188=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF1BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF1BC is #750E43. Grayscale: #CCCCCC. Windows color (decimal): -7671364 or 12382602. OLE color: 12382602.

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

Color convert

RGB138241188-
CMYK0.4300.220.05
HSL149.13º78.63%74.31%-
HSV(B)149.13º42.74%94.51%-
XYZ51.0171.9458.77-
YUV204.16118.8880.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.34%
GREEN value IS 241 (94.53% from 255) = 42.50%
BLUE value IS 188 (73.83% from 255) = 33.16%
R=24.34%
G=42.50%
B=33.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382411880.4300.220.05149.1378.6374.31
Hex8AF1BC2B0165954f4a
Octal212361274530265225117112
Binary1000101011110001101111001010110101101011001010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,241,188); }

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

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

 a { background-color: rgb(138,241,188); }

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

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

 span { border-color: rgb(138,241,188); }

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